Returns a gyro axis.

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

Syntax

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

Parameters

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

Return Value

The axis.

See Also