The AnalogOutput indexer list.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public AnalogOutput this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As AnalogOutput |
Visual C++ |
---|
public: property AnalogOutput^ default[int index] { AnalogOutput^ get (int index); } |
Parameters
- index
- Type: System..::.Int32