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

5ad4793d b514 04fe bd47 c7b8784c191d

haplokuon edited this page May 6, 2023 · 1 revision

UCSs Property

netDxf 3.0.0 Library

Gets the User coordinate systems collection.

Definition

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

C#

public UCSs UCSs { get; }

VB

Public ReadOnly Property UCSs As UCSs
	Get

C++

public:
property UCSs^ UCSs {
	UCSs^ get ();
}

F#

member UCSs : UCSs with get

Property Value

UCSs

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally