Message 1 of 4
IFCExportConfigurationsMap AddSavedConfigurations not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to add the IFC Export configurations to my IFC Exporter add on.
However when I use the following code the Saved Configurations are not added.
Using 'C:\Program Files\Autodesk\Revit 2018\AddIns\IFCExporterUI\IFCExportUI.dll' > Not shown at all.
Using 'C:\ProgramData\Autodesk\ApplicationPlugins\IFC 2018.bundle\Contents\2018\IFCExportUIOverride.dll' > Only shown once the File Export IFC command is initialised.
Dim configurationsMap As IFCExportConfigurationsMap = New IFCExportConfigurationsMap() configurationsMap.Add(IFCExportConfiguration.GetInSession) configurationsMap.AddBuiltInConfigurations() configurationsMap.AddSavedConfigurations()
Any ideas why this is and what I can add to my code to initialise/force the Saved Configurations to display?
Kind Regards
David