GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / CanMoveObjects Method
In This Topic
    CanMoveObjects Method (GoLayer)
    In This Topic
    Called to see if the user can move selected objects in this layer.
    Syntax
    public bool CanMoveObjects()
    Remarks
    This just returns AllowMove, and, if this is a document layer, Document.CanMoveObjects. This predicate is used by methods such as MoveSelection.
    See Also