All Frameworks  Object Hierarchy  This Framework  Indexes   

SchCatalogRoute (Object)

Manage a schematic route catalog.

Method Index

QueryDropAbility
Check to see if it is OK to be dropped to the current document.

Methods


o Sub QueryDropAbility( oBYes,
oRouteRef,
oPointedToGRR)
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.
oRouteRef
Route reference.
oPointedToGRR
Graphical representation of a route pointed-to by the catalog component
Example:
 Dim objThisIntf As SchCatalogRoute
 Dim bVar1 As boolean
 Dim objArg2 As SchRoute
 Dim objArg3 As SchGRR
  ...
 objThisIntf.QueryDropAbilitybVar1,objArg2,objArg3
 

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