FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..hasOutGoingConnection Method

Determines whether the specified target figure identifier has connection.

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

Syntax


public bool hasOutGoingConnection(
	clsFigure oTargetFigure,
	string linkVal
)
Public Function hasOutGoingConnection ( _
	oTargetFigure As clsFigure, _
	linkVal As String _
) As Boolean
public:
bool^ hasOutGoingConnection(
	clsFigure^ oTargetFigure, 
	String^ linkVal
)

Parameters

oTargetFigure
Type: FlowWright.cDevDecisionEngine..::..clsFigure
The o target figure.
linkVal
Type: String
The link value.

Return Value

true if the specified target figure identifier has connection; otherwise, false.