Enterprise Architect: How to add a TaggedValue to a package in C# -


How can I add the value tagged in a package to C #. EA.Package does not have any tag values ​​like EA.Element. But it is possible to add a TV via GUI, so I think it is normally possible.

Solution (thx Geert):

  safe EA. Element MillenniumPeppage (EA package package) {return repository Get Elementbigued (eaPackage.PackageGUID); }    

The API has both an EA.Package as a package EA.Element . Use the package to access tagged values ​​for the package.

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -