Application.get Method

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

Description

Access to the root Application object.

Syntax

This is a static method.

returnValue = adsk.core.Application.get()
This is a static method.

#include <Core/Application/Application.h>

returnValue = adsk::core::Application::get();

Return Value

Type Description
Application Return the root Application object or null if it failed.

Version

Introduced in version August 2014