This class represents a collection of Motors. 
            All the methods and properties used to access the available motors are implemented in this class.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class MotorControlMotorCollection : ReadOnlyCollectionBase | 
| Visual Basic (Declaration) | 
|---|
| Public Class MotorControlMotorCollection _ Inherits ReadOnlyCollectionBase | 
| Visual C++ | 
|---|
| public ref class MotorControlMotorCollection : public ReadOnlyCollectionBase | 
 Remarks
Remarks
This class contains the count of the available motors and the motor indexer to access the motors.
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.MotorControlMotorCollection
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.MotorControlMotorCollection





