The stepper motor indexer list. This returns the stepper motor object at the supplied index in the list.

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

Syntax

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

Parameters

index
Type: System..::.Int32
Index of the motor.

Return Value

The stepper object at the provided index.

Remarks

Provides access to the properties associated with the currently indexes stepper motor.

See Also