Name

kOfxParamPropMax — The maximum value for a numeric parameter.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropMax "OfxParamPropMax"

Type

kOfxParamPropMax is of type int or double, and is of variable dimension.

Property Set

This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read/write),.

Default

The default value is the largest possible value corresponding to the parameter type (eg: INT_MAX for an integer, DBL_MAX for a double parameter).

Description

The maximum value for a numeric parameter.

Setting this will also reset :;kOfxParamPropDisplayMax.