FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelGraphicCriticalPath Method

Generates the model graphic critical path.

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

Syntax


public bool generateModelGraphicCriticalPath(
	bool showExecution,
	ref string imageFileOutputPath,
	ref string imageMap,
	Font oLabelFont,
	Color oLabelColor,
	Font oReturnFont,
	Color oReturnColor,
	Color oExecLineColor,
	Nullable<Color> oBackGroundColor,
	crticalPathType cpType,
	criticalPathRenderType oCprType
)
Public Function generateModelGraphicCriticalPath ( _
	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, _
	oBackGroundColor As Nullable(Of Color), _
	cpType As crticalPathType, _
	oCprType As criticalPathRenderType _
) As Boolean
public:
bool^ generateModelGraphicCriticalPath(
	bool^ showExecution, 
	String^% imageFileOutputPath, 
	String^% imageMap, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor, 
	Color^ oExecLineColor, 
	Nullable<Color^> oBackGroundColor, 
	crticalPathType^ cpType, 
	criticalPathRenderType^ oCprType
)

Parameters

showExecution
Type: Boolean
show execution path
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.
oBackGroundColor
Type: Nullable<(Of <(<'Color>)>)>
Color of the o back ground.
cpType
Type: FlowWright.cDevDeAPI..::..crticalPathType
Type of the cp.
oCprType
Type: FlowWright.cDevDecisionEngine..::..criticalPathRenderType
Type of the o CPR.

Return Value

true if XXXX, false otherwise.