CODSymbolComponent::GetDependentPortOnConnection

CODPortComponent* CODSymbolComponent::GetDependentPortOnConnection(CODConnection* pConnection)

Gets the port associated with a given connection within the (other) connected component.

Defined in: OdSymbolComp.cpp

Return Value

A pointer to the found port component; NULL if no port found.

Parameters

pConnection

A pointer to the connection object.