FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelGraphic Method (Boolean, String%, Font)

generate a model graphic

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

Syntax


public bool generateModelGraphic(
	bool showExecution,
	ref string imageFileOutputPath,
	Font oLabelFont
)
Public Function generateModelGraphic ( _
	showExecution As Boolean, _
	ByRef imageFileOutputPath As String, _
	oLabelFont As Font _
) As Boolean
public:
bool^ generateModelGraphic(
	bool^ showExecution, 
	String^% imageFileOutputPath, 
	Font^ oLabelFont
)

Parameters

showExecution
Type: Boolean
display the execution view
imageFileOutputPath
Type: String%
image output file path
oLabelFont
Type: Font
The o label font.

Return Value

bool