The Application providing all the underlying objects.
More...
#include <iapplication.h>
List of all members.
Detailed Description
The Application providing all the underlying objects.
This class supports any UI that applies across all underlying documents.
Member Function Documentation
virtual ISketchUpDocumentPtr atlast::sketchup::ISketchUpApplication::GetActiveDocument |
( |
|
) |
[pure virtual] |
Retrieves the current document.
- Return values:
-
| The | current document associated with the Application. |
virtual ISketchUpMenuPtr atlast::sketchup::ISketchUpApplication::GetMenu |
( |
LPCWSTR |
menuName |
) |
[pure virtual] |
Provides access to system menus.
This method will return a menu associated with the well known name of the system menus.
- Parameters:
-
| menuName | The name of the system menu. |
- Return values:
-
| The | system menu, or NULL if not found. |
virtual CString atlast::sketchup::ISketchUpApplication::GetVersion |
( |
|
) |
const [pure virtual] |
Returns the version of SketchUp.
The return value is in the format: major.minor.build
- Return values:
-
| The | version of this application. |
Creates a new document. Not implemented in all versions of the application.
- Returns:
- The newly created document.