CODSymbolComponent::GetConnectionsOnPort
Gets all the connections associated with a given port.
Defined in: OdSymbolComp.cpp
Syntax
void CODSymbolComponent::GetConnectionsOnPort(const int nPortIdx, CODConnectionSet& setConnections) constvoid CODSymbolComponent::GetConnectionsOnPort(CODPortComponent* pPort, CODConnectionSet& setConnections) const
Return Value
void
Parameters
nPortIdx
Index of the port within the component.
pPort
Pointer to port within the component.
setConnections
Set into which matching connections will be returned.