Function ProParameterReorder
Description
Reorders the given parameter to come just after the indicated parameter.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParameterReorder
(
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
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
Parameter 'param_before' does not have the same owner as the parameter to be reordered.
No license is available for this functionality.
User Guide References
¿Fue esto útil?