This class represents the collection of axes related to a Phidget Accelerometer. All the methods and properties used to axes the available axes are implemented in this class.

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

Syntax

C#
public class AccelerometerAxisCollection : ReadOnlyCollectionBase
Visual Basic (Declaration)
Public Class AccelerometerAxisCollection _
	Inherits ReadOnlyCollectionBase
Visual C++
public ref class AccelerometerAxisCollection : public ReadOnlyCollectionBase

Remarks

This class contains the count of the available axes and the axis indexer to access the axes.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.AccelerometerAxisCollection

See Also