Message 1 of 11

Not applicable
06-30-2016
01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi ! My add-in is creating objects on Element Faces (like walls) and it works well on local objects. But it does not work on linked object via API (it works with UI and in the "host Object" parameter i can read the name of the linked file which contains walls).
For local host my code is :
var instance = CachedDoc.Create.NewFamilyInstance(HostElement, ReCenter, new XYZ(0,0,0), ResRectangular);
Any ideas ? Thank you !
Solved! Go to Solution.