Parameter
|
Provides a common mechanism to access parameters, including extended properties.
System
Object
Autodesk.Revit.DB ParameterAccess
Autodesk.Revit.DB ParameterAccess
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
The ParameterAccess type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ParameterAccess | Constructs a new ParameterAccess object bound to the given host document. |
| Name | Description | |
|---|---|---|
|
|
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| Name | Description | |
|---|---|---|
|
|
Dispose | Releases all resources used by the ParameterAccess |
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from Object ) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from Object ) |
|
|
GetParameter(ElementId, ElementId) | Retrieves the parameter value for the parameter on the given element. |
|
|
GetParameter(LinkElementId, Document, ElementId) | Retrieves the parameter value for the parameter belonging to the parameter document on the given element. |
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from Object ) |
|
|
ListParameters(ElementId) | Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id. |
|
|
ListParameters(LinkElementId) | Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id. |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from Object ) |