v2.33
 
IObjectWithPorts Interface Reference

Represents an object which has ports. More...

Inheritance diagram for IObjectWithPorts:

Public Member Functions

HRESULT GetByIndex ([in] int index, [out, retval] IPort **ppPort)
 Returns the port by the given index.
 

Properties

int Count [get]
 The number of ports of the object.
 

Detailed Description

Represents an object which has ports.

This interface can be obtained from IModelObject using standard COM QueryInterface method.