clsUIModel..::..generateModelExecutionTaskGraphic Method
generate a execution view with only tasks steps
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public bool generateModelExecutionTaskGraphic( ref string imageFileOutputPath, string imageFilesPath, ref string imageMap, bool noTurns, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Nullable<Color> oBackGroundColor )
Public Function generateModelExecutionTaskGraphic ( _ ByRef imageFileOutputPath As String, _ imageFilesPath As String, _ ByRef imageMap As String, _ noTurns As Boolean, _ oLabelFont As Font, _ oLabelColor As Color, _ oReturnFont As Font, _ oReturnColor As Color, _ oBackGroundColor As Nullable(Of Color) _ ) As Boolean
Parameters
- imageFileOutputPath
- Type: String%
path to the output file
- imageFilesPath
- Type: String
path to the icon images
- imageMap
- Type: String%
stores the generated image map
- noTurns
- Type: Boolean
perform turns
- oLabelFont
- Type: Font
font for the step labels
- oLabelColor
- Type: Color
color for the step labels
- oReturnFont
- Type: Font
font for the link labels
- oReturnColor
- Type: Color
color for the link lables
- oBackGroundColor
- Type: Nullable<(Of <(<'Color>)>)>
Color of the o back ground.