GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / CanEditObjects Method
In This Topic
    CanEditObjects Method (GoLayer)
    In This Topic
    Called to see if the user can edit objects in this layer.
    Syntax
    public bool CanEditObjects()
    Remarks
    This just returns AllowEdit && Document.CanEditObjects. This predicate is used by methods such as GoText.OnSingleClick.
    See Also