This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
184dee08 2603 1f53 4084 4d87f4e2e161
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the list of extended data records.
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)
GetC++
public:
property List<XDataRecord^>^ XDataRecord {
List<XDataRecord^>^ get ();
}F#
member XDataRecord : List<XDataRecord> with getList(XDataRecord)
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.