<Code Lib>
2026 Constructor
Changes 5
C

ExportIFCCategoryKey(String, String, CustomSubCategoryId)

Description:
Constructs a new ExportIFCCategoryKey with category, subcategory names and special id.
Overloads (2):
ExportIFCCategoryKey(String,String,CustomSubCategoryId)

public ExportIFCCategoryKey(
	string categoryName,
	string subCategoryName,
	CustomSubCategoryId customSubCategoryId
)

  • String
    categoryName
    The Revit category name.
  • String
    subCategoryName
    The Revit subcategory name.
  • customSubCategoryId
    The Revit custom subcategory id.

Loading…