Click or drag to resize

XDataXDataRecord Property

Gets or sets the list of extended data records.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<XDataRecord> XDataRecord { get; }

Property Value

Type: ListXDataRecord
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