FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelExecutionViewGraphic Method (String%, String%, Boolean, Font, Color, Font, Color, 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,
	bool noTurns,
	Font oLabelFont,
	Color oLabelColor,
	Font oReturnFont,
	Color oReturnColor,
	List<string> selectedSteps
)
Public Function generateModelExecutionViewGraphic ( _
	ByRef imageFileOutputPath As String, _
	ByRef imageMap As String, _
	noTurns As Boolean, _
	oLabelFont As Font, _
	oLabelColor As Color, _
	oReturnFont As Font, _
	oReturnColor As Color, _
	selectedSteps As List(Of String) _
) As Boolean
public:
bool^ generateModelExecutionViewGraphic(
	String^% imageFileOutputPath, 
	String^% imageMap, 
	bool^ noTurns, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor, 
	List<String^>^ selectedSteps
)

Parameters

imageFileOutputPath
Type: String%
image output file path
imageMap
Type: String%
image map for the generated image
noTurns
Type: Boolean
if set to true [no turns].
oLabelFont
Type: Font
The o label font.
oLabelColor
Type: Color
Color of the o label.
oReturnFont
Type: Font
The o return font.
oReturnColor
Type: Color
Color of the o return.
selectedSteps
Type: List<(Of <(<'String>)>)>
The selected steps.

Return Value

true if XXXX, false otherwise.