SchAppDeleteCheck2 (Object)

Manage the deletion of a schematic object.

Methods


Sub AppOkToDelete( oOk)
Reports if an application object can be deleted.
Parameters:
oOK
Pointer to the CATBoolean to receive the ok.
Example:
 
 Dim objThisIntf As SchAppDeleteCheck2
 Dim bVar1 As boolean
  ...
 objThisIntf.AppOkToDeletebVar1