ClassificationEntry
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
public class ClassificationEntry : KeyBasedTreeEntry
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ClassificationEntry(String, String, String, Int32, ElementId) | None | Constructs a ClassificationEntry object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetChildrenKeys() | IList<String> | Gets a collection containing the keys of all children entry objects from this entry. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| HasBadCategoryId() | Boolean | Checks if the category id is Revit BuiltInCategory id. | |
| HasBadLevel() | Boolean | Checks if the level is an integer in range between 1 and 5 inclusive. | |
| HasInvalidKey() | Boolean | Checks if the key matches the level and parent key. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CategoryId | ElementId | The id of the category associated with this entry. | |
| Description | string | The description associated with this entry. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
| Key | string | The key of this entry. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
| Level | int | The entry level in the classification table. The expected range is between 1 and 5 inclusive. | |
| ParentKey | string | The parent key of this entry. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |