FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelExecutionTaskGraphic Method (String%, String%, Boolean, Font, Color, Font, Color)

generate a execution view with only tasks steps

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

Syntax


public bool generateModelExecutionTaskGraphic(
	ref string imageFileOutputPath,
	ref string imageMap,
	bool noTurns,
	Font oLabelFont,
	Color oLabelColor,
	Font oReturnFont,
	Color oReturnColor
)
Public Function generateModelExecutionTaskGraphic ( _
	ByRef imageFileOutputPath As String, _
	ByRef imageMap As String, _
	noTurns As Boolean, _
	oLabelFont As Font, _
	oLabelColor As Color, _
	oReturnFont As Font, _
	oReturnColor As Color _
) As Boolean
public:
bool^ generateModelExecutionTaskGraphic(
	String^% imageFileOutputPath, 
	String^% imageMap, 
	bool^ noTurns, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor
)

Parameters

imageFileOutputPath
Type: String%
path to the output file
imageMap
Type: String%
stores the generated image map
noTurns
Type: Boolean
perform turns
oLabelFont
Type: Font
font for the step labels
oLabelColor
Type: Color
color for the step labels
oReturnFont
Type: Font
font for the link labels
oReturnColor
Type: Color
color for the link lables

Return Value

true if XXXX, false otherwise.