FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..generateModelGraphic Method (Boolean, String%, String, List<(Of <(<'Point>)>)>%, Font)

Generates the model graphic.

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

Syntax


public bool generateModelGraphic(
	bool execution,
	ref string imageFileOutputPath,
	string imageFilesPath,
	ref List<Point> oPointList,
	Font oFont
)
Public Function generateModelGraphic ( _
	execution As Boolean, _
	ByRef imageFileOutputPath As String, _
	imageFilesPath As String, _
	ByRef oPointList As List(Of Point), _
	oFont As Font _
) As Boolean
public:
bool^ generateModelGraphic(
	bool^ execution, 
	String^% imageFileOutputPath, 
	String^ imageFilesPath, 
	List<Point^>^% oPointList, 
	Font^ oFont
)

Parameters

execution
Type: Boolean
if set to true [execution].
imageFileOutputPath
Type: String%
The image file output path.
imageFilesPath
Type: String
The image files path.
oPointList
Type: List<(Of <(<'Point>)>)>%
The o point list.
oFont
Type: Font
The o font.

Return Value

true if XXXX, false otherwise.