This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
ac01b1a2 5b3a 0a4e 46ec 345274762e5b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the number of vertexes along the V direction (local Y axis).
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short V { get; }VB
Public ReadOnly Property V As Short
GetC++
public:
property short V {
short get ();
}F#
member V : int16 with getInt16