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
Type | Name | Comment |
INTEGER | parameterIndex | comments |
Return Value
Type | Name | Comment |
GENERIC | parameterValue | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.