Gets a copy of IFC mapping info by category id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ExportIFCCategoryInfo GetMappingInfoById(
Document document,
ElementId categoryId,
CustomSubCategoryId customSubCategoryId
)
Parameters
- document Document
-
A Revit document.
- categoryId ElementId
-
The category id.
- customSubCategoryId CustomSubCategoryId
-
The custom subcategory id.
Return Value
ExportIFCCategoryInfo
Return the info for this category.
Exceptions
See Also
Reference