The Servo motor object indexer list.

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

Syntax

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

Parameters

index
Type: System..::.Int32
The Servo motor object index.

Return Value

A reference to the Servo motor object stored at the supplied index location in the collection list.

Remarks

This gets a reference to the Servo motor object stored at the supplied index locaiton in the collection list.

See Also