ExportIFCCategoryKey(String, String, CustomSubCategoryId)
Public Constructor
ArgumentNullException
ArgumentOutOfRangeException
Constructs a new ExportIFCCategoryKey with category, subcategory names and special id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExportIFCCategoryKey( string categoryName, string subCategoryName, CustomSubCategoryId customSubCategoryId)Parameters
categoryNameString
The Revit category name.
subCategoryNameString
The Revit subcategory name.
customSubCategoryId CustomSubCategoryId
The Revit custom subcategory id.
Exceptions
Exception
Condition
ArgumentNullException
A non-optional argument was null
ArgumentOutOfRangeException
A value passed for an enumeration argument is not a member of that enumeration