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

f166db57 b22e 12de 6ba8 5b2e95650574

haplokuon edited this page May 6, 2023 · 1 revision

Value Property

netDxf 3.0.0 Library

Gets the XData value.

Definition

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

C#

public Object Value { get; }

VB

Public ReadOnly Property Value As Object
	Get

C++

public:
property Object^ Value {
	Object^ get ();
}

F#

member Value : Object with get

Property Value

Object

See Also

Reference

XDataRecord Class
netDxf Namespace

Clone this wiki locally