Message 1 of 4

Not applicable
07-29-2013
05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
In Revit 2013 to get the element IFCGuid I had a cache that I saved the value returned by Autodesk::Revit::DB::IFC::ExporterIFCUtils::CreateGUID(Element^), but it is now obsolete and suggested to use Revit::IFC::Export::Utility::GUIDUtil::CreateGUID(Element^) instead, the problem is the new GUIDUtil::CreateGUID method throws an "NullReferenceException" for all elements.
Any idea what I need to do ? cause this method is not documented so I have no idea what to change or what to do.
Solved! Go to Solution.