 | ITurretManagerSetIndexPosition(Int32, TurretDhmPosition) Method |
Moves the turret at dhmPosition to indexPosition. The turret must be an active turret.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
SyntaxTask<bool> SetIndexPosition(
int indexPosition,
TurretDhmPosition dhmPosition
)
Task<bool>^ SetIndexPosition(
int indexPosition,
TurretDhmPosition dhmPosition
)
Parameters
- indexPosition Int32
- The index position.
- dhmPosition TurretDhmPosition
- The position identifying which turret to move.
Return Value
TaskBooleantrue if successfull,
false otherwise.
See Also