Constructs a new ExportIFCCategoryKey with category, subcategory names and special id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ExportIFCCategoryKey(
string categoryName,
string subCategoryName,
CustomSubCategoryId customSubCategoryId
)
Parameters
- categoryName String
-
The Revit category name.
- subCategoryName String
-
The Revit subcategory name.
- customSubCategoryId CustomSubCategoryId
-
The Revit custom subcategory id.
Exceptions
See Also
Reference