ClassificationEntry
Description:
Constructs a ClassificationEntry object
Constructs a ClassificationEntry object
public ClassificationEntry(
string key,
string parentKey,
string description,
int level,
ElementId categoryId
)
-
StringkeyThe key of this ClassificationEntry.
-
StringparentKeyThe parent key of this ClassificationEntry.
-
StringdescriptionThe description associated with this ClassificationEntry.
-
Int32levelThe level of this ClassficationEntry.
-
categoryIdThe category id of this ClassificationEntry. The category can be invalidElementId, otherwise it must represent Revit existing category.
-
key is an empty string. -or- The categoryId is not appropriate category id for classfication entry.
-
A non-optional argument was null