Share

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

Property Value

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

Version

Introduced in version November 2015

Was this information helpful?