FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..getOutGoingConnections Method (Boolean)

returns a list of out going connections

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

Syntax


public List<clsConnection> getOutGoingConnections(
	bool bUseLinkPriority
)
Public Function getOutGoingConnections ( _
	bUseLinkPriority As Boolean _
) As List(Of clsConnection)
public:
List<clsConnection^>^ getOutGoingConnections(
	bool^ bUseLinkPriority
)

Parameters

bUseLinkPriority
Type: Boolean
if set to true [b use link priority].

Return Value

List{clsConnection}.