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