Gets if a currently open document is open as visible.
# Get the value of the property.propertyValue = fusionDocument_var.isVisible
#include <Fusion/Fusion/FusionDocument.h>// Get the value of the property.boolean propertyValue = fusionDocument_var->isVisible();