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

7fcab1cf 5828 e5b3 ad10 82a0ba4be742

haplokuon edited this page May 6, 2023 · 1 revision

StartVertexIndex Property

netDxf 3.0.0 Library

Gets or sets the edge start vertex index.

Definition

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

C#

public int StartVertexIndex { get; set; }

VB

Public Property StartVertexIndex As Integer
	Get
	Set

C++

public:
property int StartVertexIndex {
	int get ();
	void set (int value);
}

F#

member StartVertexIndex : int with get, set

Property Value

Int32

Remarks

This value must be positive represent the position of the vertex in the mesh vertex list.

See Also

Reference

MeshEdge Class
netDxf.Entities Namespace

Clone this wiki locally