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

9182e3c1 7e72 ea5d 399c 30017e2fae19

haplokuon edited this page May 6, 2023 · 1 revision

OrdinateDimensionAxis Enumeration

netDxf 3.0.0 Library

Defines the axis that measures the ordinate dimension.

Definition

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

C#

public enum OrdinateDimensionAxis

VB

Public Enumeration OrdinateDimensionAxis

C++

public enum class OrdinateDimensionAxis

F#

type OrdinateDimensionAxis

Members

X 0 The ordinate dimension measure the X distance and the dimension line is aligned to the Y axis.
Y 1 The ordinate dimension measure the Y distance and the dimension line is aligned to the X axis.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally