This class represents a collection of Analog Sensor Inputs.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class MotorControlAnalogSensorCollection : ReadOnlyCollectionBase | 
| Visual Basic (Declaration) | 
|---|
| Public Class MotorControlAnalogSensorCollection _ Inherits ReadOnlyCollectionBase | 
| Visual C++ | 
|---|
| public ref class MotorControlAnalogSensorCollection : public ReadOnlyCollectionBase | 
 Remarks
Remarks
            This class contains the count of the available analog sensor inputs and the analog 
            sensor input indexer to access the analog sensor inputs.
            
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.MotorControlAnalogSensorCollection
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.MotorControlAnalogSensorCollection





