ificationEntry
Represents an entry in the classification table.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.KeyBasedTreeEntry
Autodesk.Revit.DB.ClassificationEntry
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
Name
Description
Public Method
ClassificationEntry
Constructs a ClassificationEntry object
Properties
Name
Description
Public Property
CategoryId
The id of the category associated with this entry.
Public Property
Description
The description associated with this entry.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from KeyBasedTreeEntry)
Public Property
Key
The key of this entry.
(Inherited from KeyBasedTreeEntry)
Public Property
Level
The entry level in the classification table. The expected range is between 1 and 5 inclusive.
Public Property
ParentKey
The parent key of this entry.
(Inherited from KeyBasedTreeEntry)
Methods
Name
Description
Public Method
Dispose
(Inherited from KeyBasedTreeEntry)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetChildrenKeys
Gets a collection containing the keys of all children entry objects from this entry.
(Inherited from KeyBasedTreeEntry)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
HasBadCategoryId
Checks if the category id is Revit BuiltInCategory id.
Public Method
HasBadLevel
Checks if the level is an integer in range between 1 and 5 inclusive.
Public Method
HasInvalidKey
Checks if the key matches the level and parent key.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)