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 |
|---|---|---|---|
| Definitions() | None | Constructs an empty set of parameter definitions. | Definitions |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Contains(Definition) | bool | Tests for the existence of a definition within the set. | Definitions |
| Create(ExternalDefinitionCreationOptions) | nullNothingnullptr | Creates a new parameter definition using specified options. | Definitions |
| Dispose() | None | Releases all resources used by the | Definitions |
| GetBasicIEnumerator() | IEnumerator | Returns an enumerator that iterates through a collection. | Definitions |
| GetEnumerator() | The enumerator. | Retrieves an enumerator to the collection. | Definitions |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsEmpty | bool | Identifies if the definitions collection is empty. | Definitions |
| Item | Definition | Retrieves a definition by a given name. | Definitions |
| Size | int | The number of definitions in the collection. | Definitions |