Application.isOffLine Property

Parent Object: Application
Defined in namespace "adsk::core" and the header file is <Core/Application/Application.h>

Description

Gets and sets if Fusion is offline or not.

Syntax

"application_var" is a variable referencing an Application object.

# Get the value of the property.
propertyValue = application_var.isOffLine

# Set the value of the property.
application_var.isOffLine = propertyValue
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>

// Get the value of the property.
boolean propertyValue = application_var->isOffLine();

// Set the value of the property, where value_var is a boolean.
bool returnValue = application_var->isOffLine(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version November 2015