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

93abd398 739a 2f0a 19b9 484fb94d0547

haplokuon edited this page May 6, 2023 · 1 revision

UCS(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the UCS class.

Definition

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

C#

public UCS(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
UCS(
	String^ name
)

F#

new : 
        name : string -> UCS

Parameters

  String
User coordinate system name.

See Also

Reference

UCS Class
UCS Overload
netDxf.Tables Namespace

Clone this wiki locally