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. dd>
- oPointedToComp
- Graphical representation of a component pointed-to by the catalog description dd>
- 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. dd>
- oPointedToGroup
- Component group extension pointed-to by the catalog description dd>
- Example:
-
Dim objThisIntf As SchCatalogComponent Dim bVar1 As boolean Dim objArg2 As SchCompGroupExt ... Set objArg2 = objThisIntf.QueryDropCompGroupAbility