 | ITurretManagerSetIndexPosition(Int32) Method |
Moves all turrets to indexPosition. The turrets must be active turrets.
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
)
Task<bool>^ SetIndexPosition(
int indexPosition
)
Parameters
- indexPosition Int32
- The index position.
Return Value
TaskBooleantrue if successfull,
false otherwise.
See Also