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