Hi All
Please excuse if this has been asked before, but I did a search and could find the answer I am seeking.
Let's say I have defined an MDG called MyMDG.
I also have an extension that is managing elements created using stereotypes defined within the MDG.
I now wish to create an ad-hoc tagged value within the extension that is included on the MyMDG tab for the tagged values. Here's what I have got
newTag = myElement.TaggedValues.AddNew("MyMDG::My Tag", "");
This adds the tag correctly and it shows in the MyMDG tab BUT, the tag name shows as MyMDG::MyTag, rather than MyTag
How can the prefix of the MDG name be removed?
I have tried
a) adding to TaggedValuesEx - same effect
b) stripping off the MDG prefix from the tag name after it has been added - moves the tag to the Tag tab
Any ideas?
Thanks
Phil