Share via


NumberSeqScope.getParameterValue Method [AX 2012]

Retrieves the value of the parameter of the specified NumberSeqParameterType class from this NumberSeqScope object.

Syntax

private anytype getParameterValue(NumberSeqParameterType _parameterType)

Run On

Called

Parameters

Return Value

Type: anytype
The value of the parameter of the specified NumberSeqParameterType object from this NumberSeqScope object if such a parameter exists in this NumberSeqScope object; otherwise, an empty anytype value.

See Also

Reference

NumberSeqScope Class