Message 1 of 3
DriveIOPlugin internal names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
I have found the following code to export viewpoints XML report,
which requires internal name input, in this case XmlViewpointsExportPlugin.
How to obtain full list of internal names? For example internal name for viewpoints HTML report ecport?
Autodesk.Navisworks.Api.Interop.ComApi.InwOaPropertyVec options = comState.GetIOPluginOptions("XmlViewpointsExportPlugin");
Autodesk.Navisworks.Api.Interop.ComApi.nwEExportStatus status = comState.DriveIOPlugin("XmlViewpointsExportPlugin", @"C:\testExport.xml", options);
Thank you