FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..generateModelGraphic Method (String%, Font)

generate a graphic image of the workflow definition

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

Syntax


public bool generateModelGraphic(
	ref string imageFileOutputPath,
	Font oFont
)
Public Function generateModelGraphic ( _
	ByRef imageFileOutputPath As String, _
	oFont As Font _
) As Boolean
public:
bool^ generateModelGraphic(
	String^% imageFileOutputPath, 
	Font^ oFont
)

Parameters

imageFileOutputPath
Type: String%
image file output path
oFont
Type: Font
The o font.

Return Value

bool