This class represents a collection of Motors. All the methods and properties used to access the available motors are implemented in this class.

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

Syntax

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

Remarks

This class contains the count of the available motors and the motor indexer to access the motors.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.MotorControlMotorCollection

See Also