Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

21b770fc 3a80 380e 7dd7 1904dde77a51

haplokuon edited this page May 6, 2023 · 1 revision

OpenControlString Property

netDxf 3.0.0 Library

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.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static XDataRecord OpenControlString { get; }

VB

Public Shared ReadOnly Property OpenControlString As XDataRecord
	Get

C++

public:
static property XDataRecord^ OpenControlString {
	XDataRecord^ get ();
}

F#

static member OpenControlString : XDataRecord with get

Property Value

XDataRecord

See Also

Reference

XDataRecord Class
netDxf Namespace

Clone this wiki locally