Sequence.EvalEntryPointNameExpressionEx

Syntax

Sequence.EvalEntryPointNameExpressionEx( editArgs)

Return Value

String

Returns the name of the entry point.

Purpose

Evaluates the entry point name expression.

Remarks

This method applies only to an entry point sequence in a process model file. Call this function to determine the name to display for the entry point in the user interface menu bar. The function evaluates the entry point name expression for the entry point sequence in the context of the editArgs parameter, which specifies the currently selected items in the sequence editor or user interface.

Parameters

editArgs As EditArgs

[In] Specifies which items in the user interface are currently selected.

See Also

EditArgs

Sequence.EntryPointNameExpression