FusionDocument.isActive Property

Parent Object: FusionDocument
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>

Description

Gets if this document is the active document in the user interface.

Syntax

"fusionDocument_var" is a variable referencing a FusionDocument object.

# Get the value of the property.
propertyValue = fusionDocument_var.isActive
"fusionDocument_var" is a variable referencing a FusionDocument object.
#include <Fusion/Fusion/FusionDocument.h>

// Get the value of the property.
boolean propertyValue = fusionDocument_var->isActive();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version January 2016