2024 Class
Changes 0
C

ClassificationEntry

Description:
Represents an entry in the classification table.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntry
    Autodesk.Revit.DB.ClassificationEntry
Name Return Type Description Inherited From
C ClassificationEntry(String, String, String, Int32, ElementId) None Constructs a ClassificationEntry object
Name Return Type Description Inherited From
M HasBadCategoryId() bool Checks if the category id is Revit BuiltInCategory id.
M HasBadLevel() bool Checks if the level is an integer in range between 1 and 5 inclusive.
M HasInvalidKey() bool Checks if the key matches the level and parent key.
M Dispose() None Releases all resources used by the KeyBasedTreeEntry
M GetChildrenKeys() IList<string> Gets a collection containing the keys of all children entry objects from this entry. KeyBasedTreeEntry
Name Return Type Description Inherited From
P CategoryId ElementId The id of the category associated with this entry.
P Description string The description associated with this entry.
P Level int The entry level in the classification table. The expected range is between 1 and 5 inclusive.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. KeyBasedTreeEntry
P Key string The key of this entry. KeyBasedTreeEntry
P ParentKey string The parent key of this entry. KeyBasedTreeEntry