Controls the visibility of the setup's machine.
# Get the value of the property.propertyValue = setupVisibilityManager_var.machineVisible# Set the value of the property.setupVisibilityManager_var.machineVisible = propertyValue
#include <Cam/Visibility/SetupVisibilityManager.h>// Get the value of the property.boolean propertyValue = setupVisibilityManager_var->machineVisible();// Set the value of the property, where value_var is a boolean.bool returnValue = setupVisibilityManager_var->machineVisible(value_var);