CODModel::GetEdge

IODEdge* CODModel::GetEdge(const ODComponentId edgeId)

Get an interface pointer to the given edge.

Defined in: OdModel.cpp

Return Value

Pointer to an edge interface.

Parameters

edgeId

Component identifier for an edge belonging to the graph.

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.