All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElectricalInterfaces Interface CATIElec2DRepresentation

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

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


interface CATIElec2DRepresentation


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


Method Index


o LinkObject(CATBaseUnknown*)
o ListLinkedObjects(CATListValCATBaseUnknown_var*&)
o UnlinkObject(CATBaseUnknown*)

Methods


o LinkObject
public virtual HRESULT LinkObject(CATBaseUnknown* ipObject) = 0
Deprecated:
V5R18 Useless Method - Not use.
Parameters:
ipObject
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 ListLinkedObjects
public virtual HRESULT ListLinkedObjects(CATListValCATBaseUnknown_var*& opLObjects) = 0
Deprecated:
V5R18 Useless Method - Not Use.
Parameters:
opLObjects
The list of objects linked.
Returns:
S_OK if everything ran ok. E_FAIL if an error occurred.
o UnlinkObject
public virtual HRESULT UnlinkObject(CATBaseUnknown* 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 (ipObject not previously linked to this, internal error, etc …).

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

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