Gets or sets if this input will be visible to the user.
# Get the value of the property.propertyValue = angleValueCommandInput_var.isVisible# Set the value of the property.angleValueCommandInput_var.isVisible = propertyValue
#include <Core/UserInterface/AngleValueCommandInput.h>// Get the value of the property.boolean propertyValue = angleValueCommandInput_var->isVisible();// Set the value of the property, where value_var is a boolean.bool returnValue = angleValueCommandInput_var->isVisible(value_var);