Name

kOfxParamPropScriptName — The value to be used as the id of the parameter in a host scripting language.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropScriptName "OfxParamPropScriptName"

Type

kOfxParamPropScriptName is of type ASCII C string , and has only a single dimension.

Property Set

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

Default

The default value is the unique name the parameter was created with..

Valid Values

ASCII string unique to all parameters in the plug-in.

Description

The value to be used as the id of the parameter in a host scripting language.

Many hosts have a scripting language that they use to set values of parameters and more. If so, this is the name of a parameter in such scripts.