ExportIFCCategoryKey(String, String, CustomSubCategoryId)
Constructor
Description:
Constructs a new ExportIFCCategoryKey with category, subcategory names and special id.
Constructs a new ExportIFCCategoryKey with category, subcategory names and special id.
Syntax
public ExportIFCCategoryKey(
string categoryName,
string subCategoryName,
CustomSubCategoryId customSubCategoryId
)
Parameters
Parameter | Type | Description |
---|---|---|
categoryName | String | The Revit category name. |
subCategoryName | String | The Revit subcategory name. |
customSubCategoryId | CustomSubCategoryId | The Revit custom subcategory id. |
Return Value
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 |