This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
e25f8456 3b74 89a2 8a0d 5d60b87a6b68
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets ore sets the current/active UCS of the drawing.
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
This field encapsulates the three drawing variables UcsOrg, UcsXDir, and UcsYDir.