BlockRecordIsForInternalUseOnly Property
|
Gets if the block record is for internal use only.
Namespace:
DXFReaderNET.Blocks
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic 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:
Boolean
RemarksAll blocks which name starts with "*" are for internal use and should not be modified.
See Also