CODSymbolComponent::GetMovingConnections
voidCODSymbolComponent::GetMovingConnections(CODConnectionSet&setConnections)
Gets all connections to this symbols that potentially move when the symbol moves.
Defined in: OdSymbolComp.cpp
Return Value
void
Parameters
setConnections
Reference to collection of connections to populate.
Comments
This function examines each connection to the symbol. All direct connections
to the symbol are added to the output set. If the symbol at the other end of a
connection has the property OD_PROP_FOLLOW_CONNECTION set to TRUE, then the
function recursively calls GetMovingConnections for the dependent symbol.
In other words, that are indirectly attached are also returned if they are
affected by moving this symbol.