Parameter.Min operator

Introduced

v3.0

Description

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.

C# Syntax

// get accessor
Object rtn = Parameter.Min;

See Also

Parameter.Max Parameter.SuggestedMin Parameter.SuggestedMax CustomProperty.AddParameter