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

9f975124 9995 1bf4 76a6 67cfa785170f

haplokuon edited this page May 6, 2023 · 1 revision

U Property

netDxf 3.0.0 Library

Gets the number of vertexes along the U direction (local X axis).

Definition

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

C#

public short U { get; }

VB

Public ReadOnly Property U As Short
	Get

C++

public:
property short U {
	short get ();
}

F#

member U : int16 with get

Property Value

Int16

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally