All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElectricalInterfaces Interface CATIEleUipSystems

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIEleUipSystems
 

Usage: you can freely reimplement this interface.


interface CATIEleUipSystems

Interface dedicated to electrical systems.
Role: This interface helps you to retrieve the systems (wire diagrams, harnesses, etc) coming from external tools (legacy database for example).


Method Index


o ListSystems(CATListValCATUnicodeString*&)
Retrieves the list of Systems (Wires Diagram, Harness) on which the 3D electrical applications will work on.

Methods


o ListSystems
public virtual HRESULT ListSystems(CATListValCATUnicodeString*& oListOfSystems) = 0
Retrieves the list of Systems (Wires Diagram, Harness) on which the 3D electrical applications will work on.
Parameters:
oListOfSystems
the list of systems.
Returns:
An HRESULT value.
Legal values:
S_OK
The systems have been retrieved.
E_FAIL
Error while retrieving the systems.

This object is included in the file: CATIEleUipSystems.h
If needed, your Imakefile.mk should include the module: CATElectricalInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.