ExternalDefinitions
Description:
Supports the creation of new shared parameters definitions.
Supports the creation of new shared parameters definitions.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Definitions
Autodesk.Revit.DB.ExternalDefinitions
System.Object
Autodesk.Revit.DB.Definitions
Autodesk.Revit.DB.ExternalDefinitions
public class ExternalDefinitions : Definitions
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Contains(Definition) | Boolean | Tests for the existence of a definition within the set. (Inherited from Definitions ) | Definitions |
| Create(ExternalDefinitionCreationOptions) | Definition | Creates a new parameter definition using specified options. (Inherited from Definitions ) | Definitions |
| Dispose() | None | (Inherited from Definitions ) | Definitions |
| 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. (Inherited from Definitions ) | Definitions |
| GetEnumerator() | IEnumerator<Definition> | Retrieves an enumerator to the collection. (Inherited from Definitions ) | Definitions |
| 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 definitions collection is empty. (Inherited from Definitions ) | Definitions |
| Item | Definition | Retrieves a definition by a given name. (Inherited from Definitions ) | Definitions |
| Size | int | The number of definitions in the collection. (Inherited from Definitions ) | Definitions |