- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A very crucial thing when using Navisworks plugin through C# Application (in my case) is the parameters passed from application to the plugin through calling Execute() method which is array of strings. The array of strings represents a bottleneck which limit the power of using Navisworks. For example with array of strings i can pass only the name of items to be selected in navisworks, but with passing array of objects i can pass the name, status, priority, ..... etc. for each array item, which give much pawer manipulating navisworks items : for example i can select items by name where status="Done" or Priority=1 or ..... etc. Is this option available? if not could we raise this substencial issue to Navisworks development team. Regards
Solved! Go to Solution.