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





