clsUIModel..::..generateModelGraphic Method (Boolean, String%, String, List<(Of <(<'Point>)>)>%, Font)
Generates the model graphic.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public bool generateModelGraphic( bool execution, ref string imageFileOutputPath, string imageFilesPath, ref 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.