CODModel::GetNode

IODNode* CODModel::GetNode(const ODComponentId nodeId)

Get an interface pointer to the given node.

Defined in: OdModel.cpp

Return Value

Pointer to a node interface.

Parameters

nodeId

Component identifier for a node 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.