IFCCategoryTemplate.GetCategoryMappingTable
Method
Description:
Gets the table that contains a mapping from Revit categories to IFC entities.
Gets the table that contains a mapping from Revit categories to IFC entities.
Syntax
public IDictionary<ExportIFCCategoryKey, ExportIFCCategoryInfo> GetCategoryMappingTable(
Document document
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
Return Value
Type | Description |
---|---|
IDictionary | , The mapping table. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |