Click or drag to resize

BlockReadOnly Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if the block should not be edited.

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool ReadOnly { get; }
Request Example View Source

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