All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchCatalogComponent

System.IUnknown
  |
  +---CATISchCatalogComponent
 

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


interface CATISchCatalogComponent

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


Method Index


o QueryDropAbility(CATBoolean*,CATISchGRRComp**)
Check to see if it is OK to be dropped to the current document.
o QueryDropCompGroupAbility(CATBoolean*,CATISchCompGroupExt**)
Check to see if it is OK to be dropped a component group to the current document.

Methods


o QueryDropAbility
public virtual HRESULT QueryDropAbility(CATBoolean* oBYes,
CATISchGRRComp** oPointedToGRRComp) = 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.
oPointedToComp
Graphical representation of a component pointed-to by the catalog description
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o QueryDropCompGroupAbility
public virtual HRESULT QueryDropCompGroupAbility(CATBoolean* oBYes,
CATISchCompGroupExt** oPointedToGroup) = 0
Check to see if it is OK to be dropped a component group to the current document.
Parameters:
oBYes
If TRUE, then it is OK to be dropped.
oPointedToGroup
Component group extension pointed-to by the catalog description
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchCatalogComponent.h

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