scripting - Sparx Systems Enterprise Architect Script: Clone a Subpackage to another Package? -


i try wrote automation in jscript. if bin done creating structure of 'package b' need subpackages 'package b' in 'package a' creating diagramm of something.

is possible clone subpackage of example 'package b' 'package a'with api? subpackage package includes lot subpackage more. need not "master"-subpackage complete structure of package tree of subpackage.

package  package b     --> subpackage b.1          -->subpackage b.1.1     -->subpackage b.1.2     -->subpackage b.1.3       -->subpackage b.1.3.1  -->and on.... 

use package.clone() inserts copy of package same parent original package , returns newly-created package.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -