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

0867794d 158f b6c7 fb32 217b9d53e61d

haplokuon edited this page May 6, 2023 · 1 revision

Angdir Property

netDxf 3.0.0 Library

The angle direction.

Definition

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

C#

public AngleDirection Angdir { get; }

VB

Public ReadOnly Property Angdir As AngleDirection
	Get

C++

public:
property AngleDirection Angdir {
	AngleDirection get ();
}

F#

member Angdir : AngleDirection with get

Property Value

AngleDirection

Remarks

Default value: CCW.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally