FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..generateModelExecutionViewGraphic Method (String%, String, String%, Boolean, Font)

generate a graphic of the execution

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

Syntax


public bool generateModelExecutionViewGraphic(
	ref string imageFileOutputPath,
	string imageFilesPath,
	ref string imageMap,
	bool noTurns,
	Font oFont
)
Public Function generateModelExecutionViewGraphic ( _
	ByRef imageFileOutputPath As String, _
	imageFilesPath As String, _
	ByRef imageMap As String, _
	noTurns As Boolean, _
	oFont As Font _
) As Boolean
public:
bool^ generateModelExecutionViewGraphic(
	String^% imageFileOutputPath, 
	String^ imageFilesPath, 
	String^% imageMap, 
	bool^ noTurns, 
	Font^ oFont
)

Parameters

imageFileOutputPath
Type: String%
output image file path
imageFilesPath
Type: String
icon image file path
imageMap
Type: String%
generated image map
noTurns
Type: Boolean
don't perform turns for the execution view
oFont
Type: Font
The o font.

Return Value

true if XXXX, false otherwise.