xpfGetUserParameter

FUNCTION xpfGetUserParameter (parameterIndex : INTEGER)
                              parameterValue : GENERIC;
                

The xpfGetUserParameter function gets a specific user parameter, where parameterIndex is the index of the parameter, and parameterValue is the requested parameter value. User parameters can be supplied with the following EDMexpressX  operations:

xpxConvertModelsWithParameters, xpxValidateGlobalRuleWithParameters, xpxValidateGlobalRuleWithParametersBN, xpxValidateInstanceWithParameters, xpxValidateInstanceTypeWithParameters, xpxValidateInstanceTypeWithParametersBN, xpxValidateModelWithParameters, xpxValidateModelWithParametersBN, xpxValidateWhereRuleWithParameters, xpxValidateWhereRuleWithParametersBN

 

and their equivalent xpf functions.

Arguments


TypeNameComment
INTEGERparameterIndexcomments

Return Value


 

TypeNameComment
GENERICparameterValuecomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.