Click or drag to resize

ITurretManagerSetIndexPosition(Int32) Method

Moves all turrets to indexPosition. The turrets must be active turrets.

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
Task<bool> SetIndexPosition(
	int indexPosition
)

Parameters

indexPosition  Int32
The index position.

Return Value

TaskBoolean
true if successfull, false otherwise.
See Also