XDataRecordOpenControlString 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 OpenControlString { get; }
Public Shared ReadOnly Property OpenControlString As XDataRecord
Get
public:
static property XDataRecord^ OpenControlString {
XDataRecord^ get ();
}
static member OpenControlString : XDataRecord with get
STATIC PROPERTY OpenControlString AS XDataRecord GET
Property Value
Type:
XDataRecordSee Also