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