GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CanEditObjects Method
In This Topic
    CanEditObjects Method (GoDocument)
    In This Topic
    Called to see if the user can edit objects in this document.
    Syntax
    public virtual bool CanEditObjects()
    Remarks
    By default this just returns AllowEdit, This property is used by methods such as OnSingleClick.
    See Also