2025 Constructor
Changes 0
C

ClassificationEntry

Description:
Constructs a ClassificationEntry object
public ClassificationEntry(
	string key,
	string parentKey,
	string description,
	int level,
	ElementId categoryId
)
  • key
    The key of this ClassificationEntry.
  • parentKey
    The parent key of this ClassificationEntry.
  • description
    The description associated with this ClassificationEntry.
  • level
    The level of this ClassficationEntry.
  • categoryId
    The category id of this ClassificationEntry. The category can be invalidElementId, otherwise it must represent Revit existing category.