ExporterIFCUtils.GetIFCType
Description:
Obtains the IFC type associated to the given element for the current export.
Obtains the IFC type associated to the given element for the current export.
Remarks:
IFC type names are affected by the user's entries in the mapping file set for a given export operation.
IFC type names are affected by the user's entries in the mapping file set for a given export operation.
[ObsoleteAttribute("This function is deprecated in Revit 2025. Please use ExporterIFC.GetCategoryMappingTable instead.")]
public static string GetIFCType(
Element element,
ExporterIFC exporterIFC
)
-
elementThe element.
-
exporterIFCThe exporter.
Return Value
String
The IFC type. 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