GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / SetModifiable Method
In This Topic
    SetModifiable Method (GoLayer)
    In This Topic
    This method sets some properties that determine whether the user can modify any objects in this layer.
    Syntax
    public void SetModifiable( 
       bool b
    )

    Parameters

    b
    Remarks
    By default this just sets the AllowMove, AllowResize, AllowReshape, AllowDelete, AllowInsert, AllowLink, and AllowEdit properties.
    See Also