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:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

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

Remarks

This class contains the count of the available outputs and the output indexer to access the outputs.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.AnalogOutputCollection

See Also