FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..generateModelGraphic Method (String%, String%, Font, Color, Font, Color, Color, Color, Color, Color, Color, Boolean)

generates a model graphic, lets you pass in parameters for colors, font

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

Syntax


public bool generateModelGraphic(
	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 showComments
)
Public Function generateModelGraphic ( _
	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, _
	showComments As Boolean _
) As Boolean
public:
bool^ generateModelGraphic(
	String^% imageFileOutputPath, 
	String^% imageMap, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor, 
	Color^ oExecLineColor, 
	Color^ oCompleteBoxColor, 
	Color^ oWaitBoxColor, 
	Color^ oErrorBoxColor, 
	Color^ oAritificialWaitColor, 
	bool^ showComments
)

Parameters

imageFileOutputPath
Type: String%
The image file output path.
imageMap
Type: String%
The image map.
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.
oExecLineColor
Type: Color
Color of the o execute line.
oCompleteBoxColor
Type: Color
Color of the o complete box.
oWaitBoxColor
Type: Color
Color of the o wait box.
oErrorBoxColor
Type: Color
Color of the o error box.
oAritificialWaitColor
Type: Color
Color of the artificial wait
showComments
Type: Boolean
show comments

Return Value

true if XXXX, false otherwise.