All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecRoutingItf Interface CATIEwrRouteSegment
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIEwrRouteSegment
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEwrRouteSegment
Interface on the route segment of wires or wire groups.
Method Index
- o
ListConductors(CATListValCATBaseUnknown_var*&)
- Fills a list of conductors going through a given network segment.
Methods
o ListConductors
public virtual HRESULT ListConductors( | CATListValCATBaseUnknown_var*& | opLConductors) = 0 |
-
Fills a list of conductors going through a given network segment.
- Parameters:
-
- opLConductors
- A pointer to a list of wires and wire groups going through a network segment.
- Returns:
- S_OK is returned if there were no errors (the pointer on the list might be NULL).
E_FAIL is returned in case of errors.
This object is included in the file: CATIEwrRouteSegment.h
If needed, your Imakefile.mk should include the module: CATEwrInterfaces