get_param_value method

get_param_value

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

Returns

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

def get_param_value(self, index):
    ...
ParameterTypeDescription
indexintThe index of the parameter(0 based).

See Also