pulIMacroParameter SetEntryValues

Sets the input values of the current macro parameter.

Syntax

pulIMacroParameter SetEntryValues values

Application

Tcl Modify

Description

This command sets the input values of the current macro parameter.

Inputs

values
A compound list of the input values to be used by the parameter.

Example

hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro GetParameterHandle param 1
param SetEntryValues "12 4 6 2 18"

Errors

Returns 3 if there is an invalid parameter handle.

Keywords

  • XY Plot
  • Tcl
  • Modify