FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..getOutGoingConnectionHasReturnValue Method

gets the out going connection with the matching return value

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

Syntax


public bool getOutGoingConnectionHasReturnValue(
	string sReturnValue
)
Public Function getOutGoingConnectionHasReturnValue ( _
	sReturnValue As String _
) As Boolean
public:
bool^ getOutGoingConnectionHasReturnValue(
	String^ sReturnValue
)

Parameters

sReturnValue
Type: String
return value

Return Value

true if XXXX, false otherwise.