DefinitionGroups
Description:
A specialized set of definition groups that allows creation of new groups.
A specialized set of definition groups that allows creation of new groups.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.DefinitionGroups
System.Object
Autodesk.Revit.DB.DefinitionGroups
public class DefinitionGroups : IEnumerable<DefinitionGroup>,
IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Contains(DefinitionGroup) | Boolean | Tests for the existence of a definition group within the collection. | |
| Create(String) | DefinitionGroup | Create a new parameter definition group using the name provided. | |
| Dispose() | None | Releases all resources used by the DefinitionGroups | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBasicIEnumerator() | IEnumerator | Returns an enumerator that iterates through a collection. | |
| GetEnumerator() | IEnumerator<DefinitionGroup> | Retrieves an enumerator to the collection. | |
| 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 |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsEmpty | bool | Identifies if the definition groups collection is empty. | |
| Item | DefinitionGroup | Retrieve a definition group by name. | |
| Size | int | The number of definition groups in the collection. |