All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchCatalogRoute

System.IUnknown
  |
  +---CATISchCatalogRoute
 

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


interface CATISchCatalogRoute

Interface to manage schematic route catalog.
Role: To find schematic object references, make local references and create instances into the current document, given a route catalog.


Method Index


o QueryDropAbility(CATBoolean*,CATISchRoute**,CATISchGRR**)
Check to see if it is OK to be dropped to the current document.

Methods


o QueryDropAbility
public virtual HRESULT QueryDropAbility(CATBoolean* oBYes,
CATISchRoute** oRouteRef,
CATISchGRR** oPointedToGRR) = 0
Check to see if it is OK to be dropped to the current document.
Parameters:
oBYes
If TRUE, then it is OK to be dropped.
oRouteRef
Route reference.
oPointedToGRR
Graphical representation of a route pointed-to by the catalog component
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchCatalogRoute.h

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