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

b0e163eb 3c94 22bb a4d0 ac6b55d2ad6b

haplokuon edited this page May 6, 2023 · 1 revision

Iso25 Property

netDxf 3.0.0 Library

Gets the ISO-25 dimension style as defined in AutoCad.

Definition

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

C#

public static DimensionStyle Iso25 { get; }

VB

Public Shared ReadOnly Property Iso25 As DimensionStyle
	Get

C++

public:
static property DimensionStyle^ Iso25 {
	DimensionStyle^ get ();
}

F#

static member Iso25 : DimensionStyle with get

Property Value

DimensionStyle

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally