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