The AccelerometerAxis indexer list.

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

Syntax

C#
public AccelerometerAxis this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As AccelerometerAxis
Visual C++
public:
property AccelerometerAxis^ default[int index] {
	AccelerometerAxis^ get (int index);
}

Parameters

index
Type: System..::.Int32
The axis index. Index 0 is the x-axis, 1 is the y-axis, and 2 is the z-axis (where available).

Return Value

The axis object stored at that index that represents the corresponding axis.

See Also