Category Parameters and relations, Object ProParameter

Function ProParameterReorder


Description
Reorders the given parameter to come just after the indicated parameter.
Replacement in Object TOOLKIT: pfcParameter::Reorder
Synopsis
#include <ProParameter.h>
ProErrorProParameterReorder(
ProParameter* param_to_reorder
/* (In)
The parameter to reorder.
*/
ProParameter* param_before
/* (In)
The parameter to be just before the reordered parameter. If NULL, the reordered parameter is moved to the first position in the parameter list.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTParameter 'param_before' does not have the same owner as the parameter to be reordered.
PRO_TK_NO_LICENSENo license is available for this functionality.

Manual References:

  1. Core: Parameters: Accessing Parameters
  2. Core: Parameters: Accessing Parameters