FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelExecutionViewGraphic Method (String%, String%, Int32, Int32)

Generates the model execution view graphic.

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

Syntax


public bool generateModelExecutionViewGraphic(
	ref string imageFileOutputPath,
	ref string imageMap,
	int startExeId,
	int endExeId
)
Public Function generateModelExecutionViewGraphic ( _
	ByRef imageFileOutputPath As String, _
	ByRef imageMap As String, _
	startExeId As Integer, _
	endExeId As Integer _
) As Boolean
public:
bool^ generateModelExecutionViewGraphic(
	String^% imageFileOutputPath, 
	String^% imageMap, 
	int^ startExeId, 
	int^ endExeId
)

Parameters

imageFileOutputPath
Type: String%
The image file output path.
imageMap
Type: String%
The image map.
startExeId
Type: Int32
The start executable identifier.
endExeId
Type: Int32
The end executable identifier.

Return Value

true if XXXX, false otherwise.