CODSymbolComponent::Connect
CODConnection*CODSymbolComponent::Connect(CODPortComponent*pSourcePort, CODPortComponent*pTargetPort)
Generates a connection between the two given ports.
Defined in: OdSymbolComp.cpp
Return Value
The newly created connection object; NULL if connection already exists.
Parameters
pSourcePort
Source port.
pTargetPort
Target port.