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

8a268d92 b43c 712d 0fbf 817a298c8b64

haplokuon edited this page May 6, 2023 · 1 revision

Value Property

netDxf 3.0.0 Library

Gets the value of the dimension style to override.

Definition

Namespace: netDxf.Tables
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

DimensionStyleOverride Class
netDxf.Tables Namespace

Clone this wiki locally