2020 Class
Changes 0
C

DefinitionGroups

Description:
A specialized set of definition groups that allows creation of new groups.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DefinitionGroups
Name Return Type Description
M Contains(DefinitionGroup) bool Tests for the existence of a definition group within the collection.
M Create(String) nullNothingnullptr Create a new parameter definition group using the name provided.
M Dispose() None Releases all resources used by the
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection.
M GetEnumerator() The enumerator. Retrieves an enumerator to the collection.
Name Return Type Description
P IsEmpty bool Identifies if the definition groups collection is empty.
P Item DefinitionGroup Retrieve a definition group by name.
P Size int The number of definition groups in the collection.