Checks if the block should not be edited.
Namespace:
DXFReaderNET.Blocks
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ReadOnly { get; }
Public ReadOnly Property ReadOnly As Boolean
Get
public:
property bool ReadOnly {
bool get ();
}
member ReadOnly : bool with get
PROPERTY ReadOnly AS LOGIC GET
Property Value
Type:
BooleanRemarks
Any change made to a read only block will not be applied.
This is the case of ModelSpace, PaperSpace, and externally referenced blocks.
See Also