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

b60e279e 5328 94ce 829c 55eb02d49fbd

haplokuon edited this page May 6, 2023 · 1 revision

Code Property

netDxf 3.0.0 Library

Gets the XData code.

Definition

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

C#

public XDataCode Code { get; }

VB

Public ReadOnly Property Code As XDataCode
	Get

C++

public:
property XDataCode Code {
	XDataCode get ();
}

F#

member Code : XDataCode with get

Property Value

XDataCode

Remarks

The only valid values are the ones defined in the XDataCode class.

See Also

Reference

XDataRecord Class
netDxf Namespace

Clone this wiki locally