Share

FusionDocument.activate Method

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

Description

Causes this document to become the active document in the user interface.

Syntax

"fusionDocument_var" is a variable referencing a FusionDocument object.
returnValue = fusionDocument_var.activate()

Return Value

Type Description
boolean Returns true if the activation was successful.

Version

Introduced in version August 2014

Was this information helpful?