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; }
Public ReadOnly Property XDataRecord As List(Of XDataRecord)
Get
public:
property List<XDataRecord^>^ XDataRecord {
List<XDataRecord^>^ get ();
}
member XDataRecord : List<XDataRecord> with get
PROPERTY XDataRecord AS List<XDataRecord> GET
Property Value
Type:
ListXDataRecordRemarks
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