PA_SetDoubleParameter

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_SetDoubleParameter (params; index; value)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
indexshortIndex of the parameter in params
valuedoubleNew value

Description

The routine PA_SetDoubleParameter sets the value of the index parameter in params to value.

See Create a new plug-in for a description of parameter accessors.

NOTE:

The first parameter starts at index 1

See Also

Create a new plugin.

Error Handling

None.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next