GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLayer Class
/ SetModifiable Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoLayer Class
GoLayer Members