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

d93d79f4 a292 5eae a044 9071a6d4e60d

haplokuon edited this page May 6, 2023 · 1 revision

CloseControlString 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 CloseControlString { get; }

VB

Public Shared ReadOnly Property CloseControlString As XDataRecord
	Get

C++

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

F#

static member CloseControlString : XDataRecord with get

Property Value

XDataRecord

See Also

Reference

XDataRecord Class
netDxf Namespace

Clone this wiki locally