Message 1 of 2
can we able to autogenerate ifcguid using revit api for 2021
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In 2021 version 2021 there is no ifcguid ,if any possible to autogenertae ifcguid using revit api for 2021 version ,i tried this code for 2021 version but it does not generate ifcguid
Autodesk.Revit.DB.IFCExportOptions options = new Autodesk.Revit.DB.IFCExportOptions();
options.AddOption("StoreIFCGUID", true.ToString());@autodesk