Share

IFCCategoryTemplate.GetMappingInfoById Method

Gets a copy of IFC mapping info by category id.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?