Anonymous
in reply to:
Anonymous
05-11-2021
10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-11-2021
10:00 AM
Figured it out. Posting for reference.
//returns the GeometryIntent of the node, in this case it is the node @ index 2 (this is where I was confused since I was using index @1 but this returns the first node of your leader which is not what is attached to the leader note mentioned above)
object intent = oldSymbol.Leader.AllNodes[2].AttachedEntity;
Once the object was returned I used that as a point in my new sketchsymbol to insert it and the new symbol is attached to the intent