FlowWright.cDevDeAPI Namespace
deWorkflowInstance Class
deWorkflowInstance Methods
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelExecutionViewGraphic Method (String%, String%, Font, List<(Of <(<'String>)>)>)

generate execution view of the instance

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool generateModelExecutionViewGraphic(
	ref string imageFileOutputPath,
	ref string imageMap,
	Font oLabelFont,
	List<string> selectedSteps
)
Public Function generateModelExecutionViewGraphic ( _
	ByRef imageFileOutputPath As String, _
	ByRef imageMap As String, _
	oLabelFont As Font, _
	selectedSteps As List(Of String) _
) As Boolean
public:
bool^ generateModelExecutionViewGraphic(
	String^% imageFileOutputPath, 
	String^% imageMap, 
	Font^ oLabelFont, 
	List<String^>^ selectedSteps
)

Parameters

imageFileOutputPath
Type: String%
image output file path
imageMap
Type: String%
image map for the generated image
oLabelFont
Type: Font
The o label font.
selectedSteps
Type: List<(Of <(<'String>)>)>
The selected steps.

Return Value

bool