FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeConnection Method

Removes the connection.

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

Syntax


public bool removeConnection(
	string sConnID
)
Public Function removeConnection ( _
	sConnID As String _
) As Boolean
public:
bool^ removeConnection(
	String^ sConnID
)

Parameters

sConnID
Type: String
The s connection identifier.

Return Value

true if XXXX, false otherwise.