CODLinkComponent::OnMove

void CODLinkComponent::OnMove(void)

Called by the framework when the component changes position.

Defined in: OdLinkComp.cpp

Return Value

void

Comments

This function checks the OD_PROP_ANCHOR_ENDPOINTS property, and if it is TRUE, adjusts the endpoints of the link to stay attached to the dependent ports by calling AdjustPoints. If OD_PROP_ANCHOR_ENDPOINTS is disabled, the dependent symbols are notified that the connections have moved.