GridCalculationData.GetParamValue

GridCalculationData.GetParamValue method

Gets the represented value object of the parameter at given index.

public object GetParamValue(int index)
ParameterTypeDescription
indexInt32The index of the parameter(0 based).

Return Value

If the parameter is plain value, then returns the plain value. If the parameter is reference, then return ReferredArea object.

See Also