Gets the index position for an encoder that supports index.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public int IndexPosition { get; }
Visual Basic (Declaration)
Public ReadOnly Property IndexPosition As Integer
Visual C++
public:
property int IndexPosition {
	int get ();
}

Remarks

This is referenced to the Position.

See Also