Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

91499d9b 8aba f0a2 6dfa 1a7e62872aac

haplokuon edited this page May 6, 2023 · 1 revision

XData Property

netDxf 3.0.0 Library

Gets the entity extended data.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public XDataDictionary XData { get; }

VB

Public ReadOnly Property XData As XDataDictionary
	Get

C++

public:
property XDataDictionary^ XData {
	XDataDictionary^ get ();
}

F#

member XData : XDataDictionary with get

Property Value

XDataDictionary

See Also

Reference

DxfObject Class
netDxf Namespace

Clone this wiki locally