Indexes   

SchCatalogComponent (Object)

Manage a schematic component catalog.

Method Index

QueryDropAbility
Check to see if it is OK to be dropped to the current document.
QueryDropCompGroupAbility
Check to see if it is OK to be dropped a component group to the current document.

Methods


o 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
 
o 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
 

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