CODSymbolComponent::DetachAllDependents

void CODSymbolComponent::DetachAllDependents(void)

Detach 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 removes each connection from the connection list of the dependent symbol. It is called by OnRemove to sever connections with dependents without actually destroying the connections. The connections may be reestablished with a call to AttachAllDependents.