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

e11c1134 0796 2e68 af80 011979791167

haplokuon edited this page May 6, 2023 · 1 revision

DimensionType Property

netDxf 3.0.0 Library

Gets the dimension type.

Definition

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

C#

public DimensionType DimensionType { get; }

VB

Public ReadOnly Property DimensionType As DimensionType
	Get

C++

public:
property DimensionType DimensionType {
	DimensionType get ();
}

F#

member DimensionType : DimensionType with get

Property Value

DimensionType

See Also

Reference

Dimension Class
netDxf.Entities Namespace

Clone this wiki locally