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