Gets or sets the end 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 EndIndex { get; set; }
Visual Basic (Declaration)
Public Property EndIndex As Integer
Visual C++
public:
property int EndIndex {
	int get ();
	void set (int value);
}

Field Value

The integer index of the end vertex.

See Also