Difference between revisions of "Move"
Line 18: | Line 18: | ||
:<code>Move Psychedelic_green My_graph_template</code> | :<code>Move Psychedelic_green My_graph_template</code> | ||
− | To verify that the operation has succeeded, you can examine the objects using the | + | To verify that the operation has succeeded, you can examine the objects using the [[Outline window]]. |
==See Also== | ==See Also== |
Revision as of 00:23, 6 August 2016
Move(ident, moduleIdent)
Moves the object «ident» to the module with the indicated identifier «moduleIdent».
- Move ident moduleIdent
From Analytica, you can move objects between modules using drag-drop with the user interface. However, the one place this command is particularly useful is for moving Graph Style Templates. When you define a new graph style template, it is placed in the top-level model, but does not show on the diagram. To move graph style templates to a library, you must enter the typescript window (Ctrl+' ) and use the move command.
The Move command is also the most convenient way to move objects from ADE.
Examples
Suppose you have created a linked module named My_graph_templates
, and you wish to move a recently created graph style template named Psychedelic_Green
to this module, so that the template can be utilized from other models. First, note that you must use the object identifiers in the typescript command, not the object title (if you entered "Psychedelic Green"
, with a space, in the graph style dialog, the object identifier will have an underscore). To move the template, you access the Typescript window by pressing Ctrl+' , and then you type:
Move Psychedelic_green My_graph_template
To verify that the operation has succeeded, you can examine the objects using the Outline window.
Enable comment auto-refresher