Gets a value indicating whether the paper or subdiagram is editable.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool Editable { get; }
Public MustOverride ReadOnly Property Editable As Boolean
Get
Property Value
Type:
Boolean
True if the paper or subdiagram is editable. Otherwise false.
See Also