Gets or sets the start index of the mesh edge.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public int StartIndex { get; set; }
Visual Basic (Declaration)
Public Property StartIndex As Integer
Visual C++
public:
property int StartIndex {
	int get ();
	void set (int value);
}

Field Value

The integer index of the start vertex.

See Also