Engine.CallFrontEndCallback

Syntax

Engine.CallFrontEndCallback( sequenceNameParam, argumentList)

Return Value

Execution

The Execution object of the newly created execution.

Purpose

Note This method is obsolete. Use the Engine.CallFrontEndCallbackEx method instead.

Remarks

Calls the Front-End callback sequence specified by sequenceName.

Parameters

sequenceNameParam As String

[In] Specifies the name of the Front-End callback sequence to call.

argumentList As PropertyObject

[In] Specifies a PropertyObject object that contains the parameters to pass to the sequence. Each subproperty of the PropertyObject object represents a parameter to the sequence. The subproperties must appear in the same order as the sequence parameters.

See Also

Engine.CallFrontEndCallbackEx

FrontEndCallbacks

PropertyObject

TypeConflictHandlerTypes