2022 Class
Changes 0
C

ExternalDefinitions

Description:
Supports the creation of new shared parameters definitions.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Definitions
    Autodesk.Revit.DB.ExternalDefinitions
Name Return Type Description Inherited From
C Definitions() None Constructs an empty set of parameter definitions. Definitions
Name Return Type Description Inherited From
M Contains(Definition) bool Tests for the existence of a definition within the set. Definitions
M Create(ExternalDefinitionCreationOptions) nullNothingnullptr Creates a new parameter definition using specified options. Definitions
M Dispose() None Releases all resources used by the Definitions
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection. Definitions
M GetEnumerator() The enumerator. Retrieves an enumerator to the collection. Definitions
Name Return Type Description Inherited From
P IsEmpty bool Identifies if the definitions collection is empty. Definitions
P Item Definition Retrieves a definition by a given name. Definitions
P Size int The number of definitions in the collection. Definitions