xMenuFunction.create Method

Creates and returns a reference to an Microsoft Dynamics AX application object.

Syntax

public ObjectRun create([xArgs args])

Run On

Called

Parameters

  • args
    Type: xArgs Class
    An xArgs class object; optional.

Return Value

Type: ObjectRun Class
A reference to an Microsoft Dynamics AX application object.

Remarks

This method is used to create an application object. The object that is returned is assigned to an object variable. Note that the init function is invoked by the create function. Therefore you should not invoke it.

See Also

Reference

xMenuFunction Class