Show / Hide Table of Contents

Interface IHasXData

Supports DxfObject that contain extended data information.

Namespace: netDxf
Assembly: CADability.dll
Syntax
public interface IHasXData

Properties

| Improve this Doc View Source

XData

Gets the object XDataDictionary.

Declaration
XDataDictionary XData { get; }
Property Value
Type Description
XDataDictionary

Events

| Improve this Doc View Source

XDataAddAppReg

Declaration
event XDataAddAppRegEventHandler XDataAddAppReg
Event Type
Type Description
XDataAddAppRegEventHandler
| Improve this Doc View Source

XDataRemoveAppReg

Declaration
event XDataRemoveAppRegEventHandler XDataRemoveAppReg
Event Type
Type Description
XDataRemoveAppRegEventHandler
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX