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; }
Public ReadOnly Property IsForInternalUseOnly As Boolean
Get
public:
property bool IsForInternalUseOnly {
bool get ();
}
member IsForInternalUseOnly : bool with get
PROPERTY IsForInternalUseOnly AS LOGIC GET
Property Value
Type:
BooleanRemarks All blocks which name starts with "*" are for internal use and should not be modified.
See Also