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

2c4b6274 539e 0001 a481 09009fbbdb7e

haplokuon edited this page May 6, 2023 · 1 revision

AcdsDataSection Field

netDxf 3.0.0 Library

AcdsData section. Currently it is used for storing the data for solids, regions, surfaces, and the preview image.

Definition

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

C#

public const string AcdsDataSection = "ACDSDATA"

VB

Public Const AcdsDataSection As String = "ACDSDATA"

C++

public:
literal String^ AcdsDataSection = "ACDSDATA"

F#

static val mutable AcdsDataSection: string

Field Value

String

See Also

Reference

DxfObjectCode Class
netDxf Namespace

Clone this wiki locally