FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

generate the graphic of the model

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

Syntax


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

Parameters

execution
Type: Boolean
show the execution path
imageFileOutputPath
Type: String%
path for the generated graphic file
imageFilesPath
Type: String
path for the icon images
oFont
Type: Font
The o font.

Return Value

true if XXXX, false otherwise.