GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanEdit Method
In This Topic
    CanEdit Method
    In This Topic
    Called to see if the user can edit this object.
    Syntax
    public virtual bool CanEdit()
    Remarks
    This returns true if Editable, and, if this object is in a layer, if Layer.CanEditObjects. This object's parent need not be editable for this object to be editable. This predicate is used by methods such as GoText.GoText.OnSingleClick.
    See Also