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