Gets an accelerometer axes.

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

Syntax

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

Parameters

index
Type: System..::.Int32
Index of the axis to get.

Return Value

The requested axis.

See Also