Click or drag to resize

XData Class

Represents the extended data information of an entity.
Inheritance Hierarchy
SystemObject
  DXFReaderNETXData

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class XData : ICloneable

The XData type exposes the following members.

Constructors
  NameDescription
Public methodXData
Initialize a new instance of the XData class .
Top
Properties
  NameDescription
Public propertyApplicationRegistry
Gets or sets the name of the application associated with the list of extended data records.
Public propertyXDataRecord
Gets or sets the list of extended data records.
Top
Methods
  NameDescription
Public methodClone
Creates a new XData that is a copy of the current instance.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
Remarks
Do not store your own data under the ACAD application registry it is used by some entities to store special data, it might be overwritten when the file is saved. Instead, create a new application registry and store your data there.
See Also