RVTDocs.com
Namespace: Autodesk.Revit.DB

Definitions

Class
Description:
A base class that supports the addition of new parameter definitions.
Remarks:
There are two derivations of this class, one of which handles external parameters and another which handles internal parameters.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Definitions
    Autodesk.Revit.DB.ExternalDefinitions
    Autodesk.Revit.DB.InternalDefinitions
Syntax
Definitions Class Members:
Name Description Inherited From
Definitions Constructs an empty set of parameter definitions.
Name Description Inherited From
IsEmpty Identifies if the definitions collection is empty.
Item Retrieves a definition by a given name.
Size The number of definitions in the collection.
Name Description Inherited From
Contains Tests for the existence of a definition within the set.
Create Creates a new parameter definition using specified options.
Dispose Releases all resources used by the Definitions
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetBasicIEnumerator Returns an enumerator that iterates through a collection.
GetEnumerator Retrieves an enumerator to the collection.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object