Parameter
|
Retrieves the parameter value for the parameter belonging to the parameter document on the given element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public EvaluatedParameter GetParameter(
LinkElementId elementId,
Document parameterDoc,
ElementId parameterId
)
Parameters
- elementId LinkElementId
- LinkElementId of the element whose parameter value is requested.
- parameterDoc Document
- The document which contains the parameter.
- parameterId ElementId
- The id of the parameter to obtain.
Return Value
EvaluatedParameterThe evaluated parameter value or a default object if no value exists.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |