All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElectricalInterfaces Interface CATIEleDrawingServices

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

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIEleDrawingServices


Deprecated:
V5R18 Interface CATIEleDrawingServices.
Role: Useless Interface - Not use.


Method Index


o CreateElec2DProxy(CATIElec2DRepresentation*&)
o DestroyElec2DProxy(CATIElec2DRepresentation*)
o ListElec2DProxies(CATListValCATBaseUnknown_var*&)

Methods


o CreateElec2DProxy
public virtual HRESULT CreateElec2DProxy(CATIElec2DRepresentation*& opObject) = 0
Deprecated:
V5R18 Useless Method - Not use.
Parameters:
opObject
The object to link: a logical electrical object from a system document, or electrical harnesses’ entities saved as black-box.
Returns:
S_OK if everything ran ok. E_FAIL if an error occurred (bad argument, internal error, etc …).
o DestroyElec2DProxy
public virtual HRESULT DestroyElec2DProxy(CATIElec2DRepresentation* ipObject) = 0
Deprecated:
V5R18 Useless Method - Not use.
Parameters:
ipObject
The object to unlink.
Returns:
S_OK if everything ran ok. E_FAIL if an error occurred (invalid ipObject, internal error, etc …).
o ListElec2DProxies
public virtual HRESULT ListElec2DProxies(CATListValCATBaseUnknown_var*& opLObjects) = 0
Deprecated:
V5R18 Useless Method - Not use.
Parameters:
opLObjects
The list of objects. Note that if opLObjects already exists, this method appends results to it, else this method creates a new list of results.
Returns:
S_OK if everything ran ok. E_FAIL if an error occurred.

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

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