Message 1 of 1
Get RevitLinkInstance from IExportContext.OnLinkBegin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
While executing a Autodesk.Revit.DB.CustomExporter, I can get the context to handle links.
With the LinkNode parameter that is passed I can get the document and the id of the RevitLinkType.
The problem is that I want the RevitLinkInstance that it belongs to, and I have found no way to get it from the method.
Am I missing something?