Click or drag to resize

XDataXDataRecord Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the list of extended data records.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<XDataRecord> XDataRecord { get; }
Request Example View Source

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