Click or drag to resize

BlockReadOnly Property

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; }

Property Value

Type: Boolean
Remarks
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