GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanResizeObjects Method
In This Topic
    CanResizeObjects Method (GoView)
    In This Topic
    Called to see if the user can resize objects in this view for this document.
    Syntax
    public virtual bool CanResizeObjects()
    Remarks
    This just returns AllowResize && Document.CanResizeObjects. This predicate is used by GoToolResizing.
    See Also