deWorkflowInstance..::..generateModelGraphic Method (Boolean, String%, String%, Font, Color, Font, Color, Color, Color, Color, Color, Color, Boolean, Dictionary<(Of <(<'Int32, Point>)>)>%, List<(Of <(<'String>)>)>%, Nullable<(Of <(<'Color>)>)>)
Generates the model graphic.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool generateModelGraphic( bool showExecution, ref string imageFileOutputPath, ref string imageMap, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Color oExecLineColor, Color oCompleteBoxColor, Color oWaitBoxColor, Color oErrorBoxColor, Color oAritificialWaitColor, bool showNonExecutedPath, ref Dictionary<int, Point> oExecPointList, ref List<string> oListExePoints, Nullable<Color> oBackColor )
Public Function generateModelGraphic ( _ showExecution As Boolean, _ ByRef imageFileOutputPath 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, _ ByRef oExecPointList As Dictionary(Of Integer, Point), _ ByRef oListExePoints As List(Of String), _ oBackColor As Nullable(Of Color) _ ) As Boolean
public: bool^ generateModelGraphic( bool^ showExecution, String^% imageFileOutputPath, String^% imageMap, Font^ oLabelFont, Color^ oLabelColor, Font^ oReturnFont, Color^ oReturnColor, Color^ oExecLineColor, Color^ oCompleteBoxColor, Color^ oWaitBoxColor, Color^ oErrorBoxColor, Color^ oAritificialWaitColor, bool^ showNonExecutedPath, Dictionary<int^, Point^>^% oExecPointList, List<String^>^% oListExePoints, Nullable<Color^> oBackColor )
Parameters
- showExecution
- Type: Boolean
if set to true [show execution].
- imageFileOutputPath
- Type: String%
The image file output 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
artificial wait color
- showNonExecutedPath
- Type: Boolean
if set to true [show non executed path].
- oExecPointList
- Type: Dictionary<(Of <(<'Int32, Point>)>)>%
The o execute point list.
- oListExePoints
- Type: List<(Of <(<'String>)>)>%
The o list executable points.
- oBackColor
- Type: Nullable<(Of <(<'Color>)>)>
back ground color for the image