Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Call from Enterprise Architect
Enterprise Architect can be set up to call an external application. You can pass parameters on the current position selected in the Project Browser to the application being called.
Access Tools | Customize > Tools
Topics
Topic |
Detail |
See also |
||||||||
---|---|---|---|---|---|---|---|---|---|---|
Uses |
With this you can:
The parameters required for running the AutInt executable are:
Hence the arguments should simply contain: $f,$p
|
|
The available parameters for passing information to external applications are:
Parameter |
Description |
Notes |
---|---|---|
$d |
Diagram ID |
ID for accessing associated diagram.
|
$D |
Diagram GUID |
GUID for accessing the associated diagram.
|
$e |
Comma separated list of element IDs |
All elements selected in the current diagram.
|
$E |
Comma separated list of element GUIDs |
All elements selected in the current diagram.
|
$f |
Project Name |
For example: C:\projects\EAexample.eap.
|
$F |
Calling Application (Enterprise Architect) |
'Enterprise Architect'.
|
$p |
Current Package ID |
For example: 144.
|
$P |
Package GUID |
GUID for accessing this package.
|
Once this has been set up, the application can be called from the main menu in Enterprise Architect using the Extensions | <YourApplication> menu option.