PA_SetTimeParameter

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

version 2003


PA_SetTimeParameter (params; index; value)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
indexshortIndex of the parameter in params
valuelongNew time value of the parameter

Description

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

See Create a new plugin for a description of parameter accessors.

NOTE:

The first parameter starts at index 1

Remember that time values in 4D are displayed in seconds.

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