FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..generateModelExecutionViewGraphicBetweenSteps Method

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public bool generateModelExecutionViewGraphicBetweenSteps(
	ref string imageFileOutputPath,
	string imageFilesPath,
	ref string imageMap,
	bool noTurns,
	Font oLabelFont,
	Color oLabelColor,
	Font oReturnFont,
	Color oReturnColor,
	Nullable<Color> oBackGroundColor,
	int startExeId,
	int endExeId
)
Public Function generateModelExecutionViewGraphicBetweenSteps ( _
	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), _
	startExeId As Integer, _
	endExeId As Integer _
) As Boolean
public:
bool^ generateModelExecutionViewGraphicBetweenSteps(
	String^% imageFileOutputPath, 
	String^ imageFilesPath, 
	String^% imageMap, 
	bool^ noTurns, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor, 
	Nullable<Color^> oBackGroundColor, 
	int^ startExeId, 
	int^ endExeId
)

Parameters

imageFileOutputPath
Type: String%
imageFilesPath
Type: String
imageMap
Type: String%
noTurns
Type: Boolean
oLabelFont
Type: Font
oLabelColor
Type: Color
oReturnFont
Type: Font
oReturnColor
Type: Color
oBackGroundColor
Type: Nullable<(Of <(<'Color>)>)>
startExeId
Type: Int32
endExeId
Type: Int32