GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CanLinkObjects Method
In This Topic
    CanLinkObjects Method (GoDocument)
    In This Topic
    Called to see if the user can link objects in this document.
    Syntax
    public virtual bool CanLinkObjects()
    Remarks
    This just returns AllowLink. This property is used by GoToolLinking.
    See Also