FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..generateModelExecutionViewGraphic Method (String%, String, String%, Font, List<(Of <(<'String>)>)>)

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,
	Font oFont,
	List<string> selectedSteps
)
Public Function generateModelExecutionViewGraphic ( _
	ByRef imageFileOutputPath As String, _
	imageFilesPath As String, _
	ByRef imageMap As String, _
	oFont As Font, _
	selectedSteps As List(Of String) _
) As Boolean
public:
bool^ generateModelExecutionViewGraphic(
	String^% imageFileOutputPath, 
	String^ imageFilesPath, 
	String^% imageMap, 
	Font^ oFont, 
	List<String^>^ selectedSteps
)

Parameters

imageFileOutputPath
Type: String%
output image file path
imageFilesPath
Type: String
icon image file path
imageMap
Type: String%
generated image map
oFont
Type: Font
The o font.
selectedSteps
Type: List<(Of <(<'String>)>)>

Return Value

true if XXXX, false otherwise.