Message 1 of 1
Add Revit Links via API with Shared coordinates on Revit 2017

Not applicable
02-19-2020
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to add Revit Links to a Revit document by creating a RevitLinkType and then a RevitLinkInstance. The links should be positioned with shared coordinates. However, I need to support Revit 2017, and it does not have the following RevitLinkInstance.Create method, which can be passed an ImportPlacement: https://www.revitapidocs.com/2019/8ec3d668-271b-8333-b4d3-b56d50f4ef98.htm
How can I position the RevitLinkInstance I add with shared coordinates, like this method, in Revit 2017?
Thanks!