Prev | Next |
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. This helps you to:
- Add a command line for an application
- Define parameters to pass to this application
The parameters required for running the AutInt executable are:
- The Enterprise Architect file parameter $f and
- The current PackageID $p
Hence the arguments should simply contain: $f,$p.
Once this has been set up, the application can be called from the 'Extend' ribbon in Enterprise Architect using the 'Extend > <YourApplication>' option.
Access
Ribbon |
Start > View > Preferences > Customize > Tools |
Parameters to pass information to external applications
Parameter |
Description |
See also |
---|---|---|
$d |
Diagram ID Notes: ID for accessing associated diagram. |
|
$D |
Diagram GUID Notes: GUID for accessing the associated diagram. |
|
$e |
Comma separated list of element IDs Notes: All elements selected in the current diagram. |
|
$E |
Comma separated list of element GUIDs Notes: All elements selected in the current diagram. |
|
$f |
Project Name Notes: For example: C:\projects\EAexample.eap. |
|
$F |
Calling Application (Enterprise Architect) Notes: 'Enterprise Architect'. |
|
$p |
Current Package ID Notes: For example: 144. |
|
$P |
Package GUID Notes: GUID for accessing this Package. |