IApplication

class IApplication

Bases: ImpactCOMWrapperBase

Description:

The main object for the Impact application.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property active_database

Gets active_database.

Returns:

The value of active_database.

Return type:

active_database (IDatabase)

property active_drawing

Gets active_drawing.

Returns:

The value of active_drawing.

Return type:

active_drawing (IDrawing)

property administration

Gets Administration.

Returns:

The value of Administration.

Return type:

administration (IAdministration)

property creator

Gets Creator.

Returns:

The value of Creator.

Return type:

creator (ICreator)

property databases

Gets Databases.

Returns:

The value of Databases.

Return type:

databases (IDatabases)

property drawings

Gets Drawings.

Returns:

The value of Drawings.

Return type:

drawings (IDrawings)

property full_name

Gets full_name.

Returns:

The value of full_name.

Return type:

full_name (str)

property globals

Gets Globals.

Returns:

The value of Globals.

Return type:

globals (IGlobals)

property gui

Gets GUI.

Returns:

The value of GUI.

Return type:

gui (IGUI)

property log

Gets Log.

Returns:

The value of Log.

Return type:

log (ILog)

property system

Gets System.

Returns:

The value of System.

Return type:

system (ISystem)

property units

Gets Units.

Returns:

The value of Units.

Return type:

units (IUnits)

property visible

Gets Visible.

Returns:

The value of Visible.

Return type:

visible (bool)

begin_batch()
end_batch()
quit()