FusionArchiveExportOptions.isValid Property

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

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

"fusionArchiveExportOptions_var" is a variable referencing a FusionArchiveExportOptions object.

# Get the value of the property.
propertyValue = fusionArchiveExportOptions_var.isValid
"fusionArchiveExportOptions_var" is a variable referencing a FusionArchiveExportOptions object.
#include <Fusion/Fusion/FusionArchiveExportOptions.h>

// Get the value of the property.
boolean propertyValue = fusionArchiveExportOptions_var->isValid();

Property Value

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

Version

Introduced in version January 2015