SetHardLimit (ShaderParamDefOptions) *

Introduced

9.0 (2011)

Description

Sets the minimum and maximum values for this parameter definition. This defines the valid value range when instantiated (Parameter.Min and Parameter.Max).

Scripting Syntax

ShaderParamDefOptions.SetHardLimit( in_vMin, in_vMax )

C# Syntax

ShaderParamDefOptions.SetHardLimit( Object in_vMin, Object in_vMax );

Parameters

Parameter

Type

Description

in_vMin

Variant

Minimum allowable value.

in_vMax

Variant

Maximum allowable value.

See Also

ShaderParamDefOptions.SetSoftLimit

Parameter.Min

Parameter.Max



Autodesk Softimage 2011