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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -