GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanReshapeObjects Method
In This Topic
    CanReshapeObjects Method (GoView)
    In This Topic
    Called to see if the user can reshape objects in this view for this document.
    Syntax
    public virtual bool CanReshapeObjects()
    Remarks
    This just returns AllowReshape && Document.CanReshapeObjects.
    See Also