Share via


SysDictMethod.parameterComposite Method [AX 2012]

Gets a value that indicates whether a parameter is composite.

Syntax

public boolean parameterComposite(int _parameterNumber)

Run On

Called

Parameters

  • _parameterNumber
    Type: int
    The number of the parameter to reflect upon.

Return Value

Type: boolean
true if the parameter is composite; otherwise, false.

Remarks

For system methods the last parameter can be a composite parameter which accepts a variable number of parameters, even though by reflection there is only one parameter.

See Also

Reference

SysDictMethod Class