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