| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static stringseq | GetProEArguments
()
For non-C++ toolkit bindings (Java, VB, javascript) this method returns the command line arguments passed by Creo Parametric to the the application. |
| static String | GetProEBuildCode
()
For non-C++ toolkit bindings (Java, VB, javascript) this method returns the Creo Parametric build code (for example, "2000010") of the invoking application. |
| static Session | GetProESession
()
DEPRECATED: since Creo 4 SUCCESSOR(S): GetCurrentSession Retrieves an object representing the application session, with the application information set to defaults. |
| static String | GetProEVersion
()
For non-C++ toolkit bindings (Java, VB, javascript) this method returns the Creo Parametric version of Creo Parametric. |
| Method Detail |
|---|
| GetProESession |
|---|
| static Session | GetProESession | () |
Retrieves an object representing the application session, with the application information set to defaults.
|
| GetProEArguments |
|---|
| static stringseq | GetProEArguments | () |
| For non-C++ toolkit bindings (Java, VB, javascript) this method returns the command line arguments passed by Creo Parametric to the
the application.
The arguments are the ones starting with +*, where * is any alphabetic character (A-Z, a-z), or -#, where # is any capital alphabetic character (A-Z). The arguments may only be accessed in synchronous mode. For the C++ bindling, this method should not be used. Use instead the arguments passed to user_initialize.
|
| GetProEBuildCode |
|---|
| static String | GetProEBuildCode | () |
| For non-C++ toolkit bindings (Java, VB, javascript) this method returns the Creo Parametric build code (for example, "2000010") of the invoking application.
This data may only be accessed in synchronous mode. For the C++ bindling, this method should not be used. Use instead the arguments passed to user_initialize.
|
| GetProEVersion |
|---|
| static String | GetProEVersion | () |
| For non-C++ toolkit bindings (Java, VB, javascript) this method returns the Creo Parametric version of Creo Parametric.
This data is only accessible in synchronous mode. For the C++ bindling, this method should not be used. Use instead the arguments passed to user_initialize.
|