CODSymbolComponent::DisconnectAllExcept

int CODSymbolComponent::DisconnectAllExcept(CODComponentSet& setComponents)

Delete all connections except ones to the given set of components.

Defined in: OdSymbolComp.cpp

Return Value

Number of connections destroyed.

Parameters

setComponents

Set of components to keep connections to.

Comments

This function removes all connections with the exception of ones that connect to the given set of components.