CODSymbolComponent::AttachAllDependents

void CODSymbolComponent::AttachAllDependents(void)

Attach all connections belonging to this symbol.

Defined in: OdSymbolComp.cpp

Return Value

void

Comments

This function traverses the list of connections belonging to this symbol and ensures that each connection is in the connection list of the dependent symbol. It is called by OnAdd to reestablish connections that may have been severed by a previous remove.