All Frameworks Class Hierarchy This Framework Indexes
ElectricalInterfaces Interface 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 CreateElec2DProxy( | | opObject) |
-
- 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 DestroyElec2DProxy( | | ipObject) |
-
- 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 ListElec2DProxies( | | opLObjects) |
-
- 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