XDataRecordCloseControlString Property
|
An extended data control string can be either "{" or "}".
These braces enable applications to organize their data by subdividing the data into lists.
The left brace begins a list, and the right brace terminates the most recent list. Lists can be nested.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static XDataRecord CloseControlString { get; }
Public Shared ReadOnly Property CloseControlString As XDataRecord
Get
public:
static property XDataRecord^ CloseControlString {
XDataRecord^ get ();
}
static member CloseControlString : XDataRecord with get
STATIC PROPERTY CloseControlString AS XDataRecord GET
Property Value
Type:
XDataRecordSee Also