Message 1 of 2
Navisworks API selection null reference exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I asked the same question on stack overflow, without answers, so I will link it here. Basically, I'm getting null reference exception on this code:
_doc.CurrentSelection.CopyFrom(selection);
but neither _doc, CurrentSelection or selection are null or empty.