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

184dee08 2603 1f53 4084 4d87f4e2e161

haplokuon edited this page May 6, 2023 · 1 revision

XDataRecord Property

netDxf 3.0.0 Library

Gets or sets the list of extended data records.

Definition

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

C#

public List<XDataRecord> XDataRecord { get; }

VB

Public ReadOnly Property XDataRecord As List(Of XDataRecord)
	Get

C++

public:
property List<XDataRecord^>^ XDataRecord {
	List<XDataRecord^>^ get ();
}

F#

member XDataRecord : List<XDataRecord> with get

Property Value

List(XDataRecord)

Remarks

This list cannot contain a XDataRecord with a XDataCode of AppReg, this code is reserved to register the name of the application. Any record with this code will be omitted.

See Also

Reference

XData Class
netDxf Namespace

Clone this wiki locally