All Frameworks  Class Hierarchy  This Framework  Indexes   

CATSchPlatformInterfaces Interface 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 QueryDropAbility( oBYes,
oPointedToGRRComp)
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 QueryDropCompGroupAbility( oBYes,
oPointedToGroup)
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.