ClassificationEntry Class

Represents an entry in the classification table.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBKeyBasedTreeEntry
    Autodesk.Revit.DBClassificationEntry

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ClassificationEntry : KeyBasedTreeEntry

The ClassificationEntry type exposes the following members.

Constructors
 NameDescription
Public methodClassificationEntry Constructs a ClassificationEntry object
Top
Properties
 NameDescription
Public propertyCategoryId The id of the category associated with this entry.
Public propertyDescription The description associated with this entry.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from KeyBasedTreeEntry)
Public propertyKey The key of this entry.
(Inherited from KeyBasedTreeEntry)
Public propertyLevel The entry level in the classification table. The expected range is between 1 and 5 inclusive.
Public propertyParentKey The parent key of this entry.
(Inherited from KeyBasedTreeEntry)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from KeyBasedTreeEntry)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetChildrenKeys Gets a collection containing the keys of all children entry objects from this entry.
(Inherited from KeyBasedTreeEntry)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasBadCategoryId Checks if the category id is Revit BuiltInCategory id.
Public methodHasBadLevel Checks if the level is an integer in range between 1 and 5 inclusive.
Public methodHasInvalidKey Checks if the key matches the level and parent key.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also