v3.0
Returns the minimum value (Variant) that the parameter could possibly have. This property is only valid for numeric parameters. Other variant types, for example siString (see siVariantType) do not have the concept of Minimum or Maximum.
// get accessor Object rtn = Parameter.Min; |