ParameterAccess.GetParameter
Description:
Retrieves the parameter value for the parameter belonging to the parameter document on the given element.
Retrieves the parameter value for the parameter belonging to the parameter document on the given element.
Overloads (2):
public EvaluatedParameter GetParameter(
LinkElementId elementId,
Document parameterDoc,
ElementId parameterId
)
-
elementIdLinkElementId of the element whose parameter value is requested.
-
parameterDocThe document which contains the parameter.
-
parameterIdThe id of the parameter to obtain.
Return Value
EvaluatedParameter
The evaluated parameter value or a default object if no value exists.
-
A non-optional argument was null