FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..hasOutGoingConnectionWithLinkValue Method

Determines whether [has out going connection with link value] [the specified link value].

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

Syntax


public bool hasOutGoingConnectionWithLinkValue(
	string linkVal
)
Public Function hasOutGoingConnectionWithLinkValue ( _
	linkVal As String _
) As Boolean
public:
bool^ hasOutGoingConnectionWithLinkValue(
	String^ linkVal
)

Parameters

linkVal
Type: String
The link value.

Return Value

true if [has out going connection with link value] [the specified link value]; otherwise, false.