ParameterAccessGetParameter(LinkElementId, Document, ElementId) Method

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)
Syntax
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

EvaluatedParameter
The evaluated parameter value or a default object if no value exists.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also