Click or drag to resize

BlockRecordIsForInternalUseOnly Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets if the block record is for internal use only.

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

Property Value

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