CODSymbolComponent::DetachDependent

BOOL CODSymbolComponent::DetachDependent(CODConnection* pConnection)

Remove the connection from the dependent symbol.

Defined in: OdSymbolComp.cpp

Return Value

TRUE if dependent successfully detatched; otherwise FALSE.

Parameters

pConnection

Pointer to connection to detach.

Comments

This function removes the given connection from the dependent symbol. The dependent symbol is the symbol on the other end of the connection. If the dependent symbol does not have a pointer to the connection, then this function does nothing.