Object Explorer Object Hierarchy Index

Application (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Application
 


Represents the current application and its frame window.
The application is the root object for all the other objects you can use and access from scripts. It directly aggregates:

The active document and the active window are two key objects for the application you can access using the ActiveDocument and ActiveWindow properties respectively. The active window is the window the end user is currently working in, and the active document is the document displayed in this active window and that the end user is being editing. This document sets its workshop, that is the available menus and toolbars that make it possible to edit it, according to its type.

When you create or use macros for in-process access, the application is always referred to as CATIA.


...

Copyright © 2000, Dassault Systèmes. All rights reserved.