clsUIModel..::..generateModelGraphic Method (Boolean, String%, String, String%, Font, Color, Font, Color, Color, Color, Color, Color, Color, Boolean)
Generates the model graphic.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public bool generateModelGraphic( bool execution, ref string imageFileOutputPath, string imageFilesPath, ref string imageMap, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Color oExecLineColor, Color oCompleteBoxColor, Color oWaitBoxColor, Color oErrorBoxColor, Color oAritificialWaitColor, bool showNonExecutedPath )
Public Function generateModelGraphic ( _ execution As Boolean, _ ByRef imageFileOutputPath As String, _ imageFilesPath As String, _ ByRef imageMap As String, _ oLabelFont As Font, _ oLabelColor As Color, _ oReturnFont As Font, _ oReturnColor As Color, _ oExecLineColor As Color, _ oCompleteBoxColor As Color, _ oWaitBoxColor As Color, _ oErrorBoxColor As Color, _ oAritificialWaitColor As Color, _ showNonExecutedPath As Boolean _ ) As Boolean
public: bool^ generateModelGraphic( bool^ execution, String^% imageFileOutputPath, String^ imageFilesPath, String^% imageMap, Font^ oLabelFont, Color^ oLabelColor, Font^ oReturnFont, Color^ oReturnColor, Color^ oExecLineColor, Color^ oCompleteBoxColor, Color^ oWaitBoxColor, Color^ oErrorBoxColor, Color^ oAritificialWaitColor, bool^ showNonExecutedPath )
Parameters
- execution
- Type: Boolean
if set to true [execution].
- imageFileOutputPath
- Type: String%
The image file output path.
- imageFilesPath
- Type: String
The image files path.
- imageMap
- Type: String%
The image map.
- oLabelFont
- Type: Font
The o label font.
- oLabelColor
- Type: Color
Color of the o label.
- oReturnFont
- Type: Font
The o return font.
- oReturnColor
- Type: Color
Color of the o return.
- oExecLineColor
- Type: Color
Color of the o execute line.
- oCompleteBoxColor
- Type: Color
Color of the o complete box.
- oWaitBoxColor
- Type: Color
Color of the o wait box.
- oErrorBoxColor
- Type: Color
Color of the o error box.
- oAritificialWaitColor
- Type: Color
Color of the o aritificial wait.
- showNonExecutedPath
- Type: Boolean
if set to true [show non executed path].