Gets a compass axis.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public SpatialCompassAxis this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As SpatialCompassAxis |
Visual C++ |
---|
public: property SpatialCompassAxis^ default[int index] { SpatialCompassAxis^ get (int index); } |
Parameters
- index
- Type: System..::.Int32
Index of the axis to get.