All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecHarnessItf Interface CATIEhiNetwork
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIEhiNetwork
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEhiNetwork
Interface to get connectors of an alectrical object.
Method Index
- o
ListConnectorPoints(CATListValCATBaseUnknown_var**)
- Retrieve list of connector points of an electrical device
or bundle segment.
Methods
o ListConnectorPoints
public virtual HRESULT ListConnectorPoints( | CATListValCATBaseUnknown_var** | oConnectorPoints)= 0 |
-
Retrieve list of connector points of an electrical device
or bundle segment.
- Parameters:
-
- oConnectorPoints
- List of connected connector points .
Method returns NULL value if no connector is found.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- Error occured while searching connected connectors.
This object is included in the file: CATIEhiNetwork.h
If needed, your Imakefile.mk should include the module: CATEhiInterfaces