CODLinkComponent::GetTargetPort

CODPortComponent* CODLinkComponent::GetTargetPort(void)

Return connected port on the target component.

Defined in: OdLinkComp.cpp

Return Value

The dependent port at the target end of the link.

Comments

This function returns the port connected to the head port of the link. The target port belongs to the target component; not the link. If the head is not connected, then this function return NULL.