Gets the index (zero based) of the current shape.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public ReadOnly Property CurrentShapeIndex As Integer
	Get
C#
public int CurrentShapeIndex { get; }
Visual C++
public:
property int CurrentShapeIndex {
	int get ();
}
JavaScript
function get_currentShapeIndex();

See Also