Interface IHasXData
Supports DxfObject that contain extended data information.
Namespace: netDxf
Assembly: CADability.dll
Syntax
public interface IHasXData
Properties
| Improve this Doc View SourceXData
Gets the object XDataDictionary.
Declaration
XDataDictionary XData { get; }
Property Value
| Type | Description |
|---|---|
| XDataDictionary |
Events
| Improve this Doc View SourceXDataAddAppReg
Declaration
event XDataAddAppRegEventHandler XDataAddAppReg
Event Type
| Type | Description |
|---|---|
| XDataAddAppRegEventHandler |
XDataRemoveAppReg
Declaration
event XDataRemoveAppRegEventHandler XDataRemoveAppReg
Event Type
| Type | Description |
|---|---|
| XDataRemoveAppRegEventHandler |