SchCatalogComponent (Object)

Manage a schematic component catalog.

Methods


Func QueryDropAbility( oBYes) As
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
Example:
 
 Dim objThisIntf As SchCatalogComponent
 Dim bVar1 As boolean
 Dim objArg2 As SchGRRComp
  ...
 Set objArg2 = objThisIntf.QueryDropAbility
 
Func QueryDropCompGroupAbility( oBYes) As
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
Example:
 
 Dim objThisIntf As SchCatalogComponent
 Dim bVar1 As boolean
 Dim objArg2 As SchCompGroupExt
  ...
 Set objArg2 = objThisIntf.QueryDropCompGroupAbility