Click or drag to resize

ITurretManagerSetIndexPosition(Int32, TurretDhmPosition) Method

Moves the turret at dhmPosition to indexPosition. The turret must be an active turret.

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,
	TurretDhmPosition dhmPosition
)

Parameters

indexPosition  Int32
The index position.
dhmPosition  TurretDhmPosition
The position identifying which turret to move.

Return Value

TaskBoolean
true if successfull, false otherwise.
See Also