FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelGraphic Method (Boolean, String%, String%, Font, Color, Font, Color, Color, Color, Color, Color, Color, Boolean, Nullable<(Of <(<'Color>)>)>)

renders the execution

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

Syntax


public bool generateModelGraphic(
	bool showExecution,
	ref string imageFileOutputPath,
	ref string imageMap,
	Font oLabelFont,
	Color oLabelColor,
	Font oReturnFont,
	Color oReturnColor,
	Color oExecLineColor,
	Color oCompleteBoxColor,
	Color oWaitBoxColor,
	Color oErrorBoxColor,
	Color oAritificialWaitColor,
	bool showNonExecutedPath,
	Nullable<Color> oBackColor
)
Public Function generateModelGraphic ( _
	showExecution As Boolean, _
	ByRef imageFileOutputPath As String, _
	ByRef imageMap As String, _
	oLabelFont As Font, _
	oLabelColor As Color, _
	oReturnFont As Font, _
	oReturnColor As Color, _
	oExecLineColor As Color, _
	oCompleteBoxColor As Color, _
	oWaitBoxColor As Color, _
	oErrorBoxColor As Color, _
	oAritificialWaitColor As Color, _
	showNonExecutedPath As Boolean, _
	oBackColor As Nullable(Of Color) _
) As Boolean
public:
bool^ generateModelGraphic(
	bool^ showExecution, 
	String^% imageFileOutputPath, 
	String^% imageMap, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor, 
	Color^ oExecLineColor, 
	Color^ oCompleteBoxColor, 
	Color^ oWaitBoxColor, 
	Color^ oErrorBoxColor, 
	Color^ oAritificialWaitColor, 
	bool^ showNonExecutedPath, 
	Nullable<Color^> oBackColor
)

Parameters

showExecution
Type: Boolean
render execution on the graphic
imageFileOutputPath
Type: String%
image output file path
imageMap
Type: String%
image map for the generated image
oLabelFont
Type: Font
font for the label
oLabelColor
Type: Color
color for the label
oReturnFont
Type: Font
font for the return label
oReturnColor
Type: Color
color for the return label
oExecLineColor
Type: Color
execution line color
oCompleteBoxColor
Type: Color
complete box line color
oWaitBoxColor
Type: Color
wait box line color
oErrorBoxColor
Type: Color
error box line color
oAritificialWaitColor
Type: Color
artificial wait color
showNonExecutedPath
Type: Boolean
show only the executed path only
oBackColor
Type: Nullable<(Of <(<'Color>)>)>
back ground color for the image

Return Value

true if XXXX, false otherwise.