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