All Frameworks  Class Hierarchy  This Framework  Next  Indexes

ElecSchematicItf Interface CATIEdiAssemblyConnector

System.IUnknown
  |
  +---CATIEdiAssemblyConnector
 

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


interface CATIEdiAssemblyConnector

Interface to manage an electrical schematic Assembly Connector.
Role:This interfaces describes the electrical object Assembly Connector.


Method Index


o GetConnectedAssemblyConnector(CATIEdiAssemblyConnector**)
Gets Connected Assembly Connector.
o GetDevice(IUnknown**)
Gets Associated Device.
o GetNumber(int*)
Gets Pin's Number on the current level.

Methods


o GetConnectedAssemblyConnector
public virtual HRESULT GetConnectedAssemblyConnector(CATIEdiAssemblyConnector** oConnectedAsmCtr) = 0
Gets Connected Assembly Connector.
Parameters:
oConnectedAsmCtr
The connected assembly connector.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetDevice
public virtual HRESULT GetDevice(IUnknown** oEdiDevice) = 0
Gets Associated Device.
Parameters:
oEdiDevice
The Device application object
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetNumber
public virtual HRESULT GetNumber(int* oEdiNumber) = 0
Gets Pin's Number on the current level.
Parameters:
oEdiNumber
The identification number.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIEdiAssemblyConnector.h

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