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

ac01b1a2 5b3a 0a4e 46ec 345274762e5b

haplokuon edited this page May 6, 2023 · 1 revision

V Property

netDxf 3.0.0 Library

Gets the number of vertexes along the V direction (local Y axis).

Definition

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

C#

public short V { get; }

VB

Public ReadOnly Property V As Short
	Get

C++

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

F#

member V : int16 with get

Property Value

Int16

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally