CODSymbolComponent::GetEdge

IODEdge* CODSymbolComponent::GetEdge(const ODComponentId edgeId)

Return a pointer to the given edge.

Defined in: OdSymbolComp.cpp

Return Value

Pointer to an edge interface.

Parameters

edgeId

Component identifier for an edge belonging to the node.

Comments

The interface pointer is AddRef'd before it is returned. It is the caller's responsibility to call Release() on the interface pointer when it is no longer needed.