Message 1 of 6
Get IFC Class Name of an element Category

Not applicable
03-27-2020
12:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to get the IFC Class Name of an element category.
I find a method which it can do so. but there is a problem.
this method is:
AutoDesk.Revit.DB.IFC.ExporterIFCUtils.GetIFCClassNameByCategory(ElementId catId, ExporterIfc exporterIfc );
I don't know how do i get the exporterIfc. Searched that a lot, but i didn't found anything useful.
I would be grateful if you could help me with this.