All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchPathElement

System.IUnknown
  |
  +---CATISchPathElement
 

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


interface CATISchPathElement

Interface to manage selected Schematic basic set of objects in CATPathElement.
Role: To find specific schematic interfaces from CATPathElement.


Method Index


o FindInterface(IID&,void**,CATISchGRR**)
Get the schematic object and its' graphical representation that support a specific interface.

Methods


o FindInterface
public virtual HRESULT FindInterface( const IID& iIID,
void** oSchIntf,
CATISchGRR** oGRR) = 0
Get the schematic object and its' graphical representation that support a specific interface.
Parameters:
iIID
Interface identifier.
oSchIntf
Schematic basic set of objects that provides implementation to the input interface.
oGRR
Graphic representation or primitives of Schematic basic set of objects that provides implementation to the input interface.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchPathElement.h

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