- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I have a problem regarding tags position and I hope someone can help me.
Whenever I successfully create an independent tag for a reinforcement bar, the tag position follows the same transformation I apply to the bar. Lets say for example, if i move my rebar position 3 centimeters in the right direction, the tag position will move the same 3 centimeters in the right direction.
Please let me know if there is a way to maintain the initial position of the tag, no matter the transformation applied to its host element.
The method I used to create a tag is:
IndependentTag crTag = IndependentTag.Create(Document, Document.ActiveView.Id, new Reference(rebar), false, TagMode.TM_ADDBY_CATEGORY, tagOrientation, position);
Thanks.
Solved! Go to Solution.