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