FlowWright.cDevDeAPI Namespace
deWorkflowDefinition Class
deWorkflowDefinition Methods
FlowWright.cDevDecisionEngine Namespace

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

Generates an image of the design

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

Syntax


public bool generateModelGraphic(
	ref string imageFileOutputPath,
	Font oLabelFont,
	Color oLabelColor,
	Font oReturnFont,
	Color oReturnColor
)
Public Function generateModelGraphic ( _
	ByRef imageFileOutputPath As String, _
	oLabelFont As Font, _
	oLabelColor As Color, _
	oReturnFont As Font, _
	oReturnColor As Color _
) As Boolean
public:
bool^ generateModelGraphic(
	String^% imageFileOutputPath, 
	Font^ oLabelFont, 
	Color^ oLabelColor, 
	Font^ oReturnFont, 
	Color^ oReturnColor
)

Parameters

imageFileOutputPath
Type: String%
image file output path
oLabelFont
Type: Font
font for the step label
oLabelColor
Type: Color
color for the step label
oReturnFont
Type: Font
font for the link label
oReturnColor
Type: Color
color for the link label

Return Value

true if XXXX, false otherwise.