2022 Members
Changes 4
M

ClassificationEntry

Name Return Type Description Inherited From
M Dispose() None (Inherited from KeyBasedTreeEntry .) KeyBasedTreeEntry
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetChildrenKeys() IList<string> Gets a collection containing the keys of all children entry objects from this entry. (Inherited from KeyBasedTreeEntry .) KeyBasedTreeEntry
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
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 ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
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 IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. (Inherited from KeyBasedTreeEntry .) KeyBasedTreeEntry
P Key string The key of this entry. (Inherited from KeyBasedTreeEntry .) KeyBasedTreeEntry
P Level int The entry level in the classification table. The expected range is between 1 and 5 inclusive.
P ParentKey string The parent key of this entry. (Inherited from KeyBasedTreeEntry .) KeyBasedTreeEntry