Click or drag to resize

BlockRecordIsForInternalUseOnly Property

Gets if the block record is for internal use only.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool IsForInternalUseOnly { get; }

Property Value

Type: Boolean
Remarks
All blocks which name starts with "*" are for internal use and should not be modified.
See Also