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