ExporterIFCUtils.GetIFCClassNameByCategory
Description:
Obtains the IFC class name associated to a given category id for the current export.
Obtains the IFC class name associated to a given category id for the current export.
Remarks:
IFC class names are affected by the user's entries in the mapping file set for a given export operation.
IFC class names are affected by the user's entries in the mapping file set for a given export operation.
public static string GetIFCClassNameByCategory(
ElementId catId,
ExporterIFC exporterIFC
)
-
catIdThe category id.
-
exporterIFCThe exporter.
Return Value
string
The IFC class name. This is an empty string if the element should not be exported because it is not
found in the mapping file.
-
A non-optional argument was null