CODSymbolComponent::GetConnection

CODConnection*CODSymbolComponent::GetConnection(CODPortComponent*pSourcePort, CODPortComponent*pTargetPort)

Gets the corresponding connection object given the source and target port of the connection.

Defined in: OdSymbolComp.cpp

Return Value

The connection object found; NULL if no corresponding connection.

Parameters

pSourcePort

Source port of the connection.

pTargetPort

Target port of the connection.