FusionDocument.isVisible Property
Parent Object:
FusionDocumentDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>
Description
Gets if a currently open document is open as visible.
Syntax
"fusionDocument_var" is a variable referencing a FusionDocument object.
# Get the value of the property. propertyValue = fusionDocument_var.isVisible
|
"fusionDocument_var" is a variable referencing a FusionDocument object.
#include <Fusion/Fusion/FusionDocument.h>
// Get the value of the property. boolean propertyValue = fusionDocument_var->isVisible();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version May 2016