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

e25f8456 3b74 89a2 8a0d 5d60b87a6b68

haplokuon edited this page May 6, 2023 · 1 revision

CurrentUCS Property

netDxf 3.0.0 Library

Gets ore sets the current/active UCS of the drawing.

Definition

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

C#

public UCS CurrentUCS { get; set; }

VB

Public Property CurrentUCS As UCS
	Get
	Set

C++

public:
property UCS^ CurrentUCS {
	UCS^ get ();
	void set (UCS^ value);
}

F#

member CurrentUCS : UCS with get, set

Property Value

UCS

Remarks

This field encapsulates the three drawing variables UcsOrg, UcsXDir, and UcsYDir.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally