Advanced Servo Servo indexer list

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public AdvancedServoServo this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As AdvancedServoServo
Visual C++
public:
property AdvancedServoServo^ default[int index] {
	AdvancedServoServo^ get (int index);
}

Parameters

index
Type: System..::.Int32
The servo index. Specifies which servo to access.

Return Value

The AdvancedServo Servo object stored at that index that represents the corresponding servo motor.

See Also