pycatia.cat_sch_platform_interfaces.sch_app_delete_check2

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_sch_platform_interfaces.sch_app_delete_check2.SchAppDeleteCheck2(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SchAppDeleteCheck2

Manage the deletion of a schematic object.
app_ok_to_delete(o_ok: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppOkToDelete(boolean 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
Parameters:

o_ok (bool) –

Return type:

None