clsUIModel..::..generateModelExecutionViewGraphic Method (String%, String, String%, Boolean, Font, Color, Font, Color, Nullable<(Of <(<'Color>)>)>, List<(Of <(<'String>)>)>)
generates a graphic of the execution view
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public bool generateModelExecutionViewGraphic( ref string imageFileOutputPath, string imageFilesPath, ref string imageMap, bool noTurns, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Nullable<Color> oBackGroundColor, List<string> selectedSteps )
Public Function generateModelExecutionViewGraphic ( _ 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), _ selectedSteps As List(Of String) _ ) 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.
- selectedSteps
- Type: List<(Of <(<'String>)>)>