TriadCommandInput.setFlipVisibility Method
Parent Object:
TriadCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TriadCommandInput.h>
Description
A convenience method to turn on and off the visibility of the horizontal and vertical flip controls.
Syntax
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.returnValue = triadCommandInput_var.setFlipVisibility(isVisible) |
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
#include <Core/UserInterface/TriadCommandInput.h>
returnValue = triadCommandInput_var->setFlipVisibility(isVisible);
|
Return Value
| boolean |
Returns true if it was successful. |
Parameters
| isVisible |
boolean |
Defines if the visibility of the controls should be turned on or off. True indicates they will be visible. |
Version
Introduced in version May 2022