The Phidget indexer list. This gets a reference to an attached or available phidget.
Namespace:
Phidgets
Assembly:
Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public Phidget this[
int index
] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _
index As Integer _
) As Phidget |
Visual C++ |
---|
public:
property Phidget^ default[int index] {
Phidget^ get (int index);
} |
Parameters
- index
- Type: System..::.Int32
The phidget index.
Return Value
The reference to the phidget stored at the provided index.
See Also