ShaderParamDef.MaxValue operator

Introduced

v9.0 (2011)

Description

Returns or sets the maximum allowable value for this parameter as a Variant. If no maximum value is defined for this parameter, then an Empty Variant is returned.

C# Syntax

// get accessor
Object rtn = ShaderParamDef.MaxValue;
// set accessor
ShaderParamDef.MaxValue = Object;

See Also

ShaderParamDefOptions.SetHardLimit ShaderParamDef.MinValue ShaderParamDef.SuggestedMaxValue Parameter.Max