2027 Constructor
Changes 0
C

ClassificationEntry

Description:
Constructs a ClassificationEntry object
public ClassificationEntry(
	string key,
	string parentKey,
	string description,
	int level,
	ElementId categoryId
)
  • String
    key
    The key of this ClassificationEntry.
  • String
    parentKey
    The parent key of this ClassificationEntry.
  • String
    description
    The description associated with this ClassificationEntry.
  • Int32
    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.