kOS.Binding.BindingManager.SelectAutopilotMode C# (CSharp) Method

SelectAutopilotMode() public method

public SelectAutopilotMode ( string autopilotMode ) : void
autopilotMode string
return void
        public void SelectAutopilotMode(string autopilotMode)
        {
            if (flightControl != null)
            {
                flightControl.SelectAutopilotMode(autopilotMode);
            }
        }