pycatia.cat_sch_platform_interfaces.sch_post_replace

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_post_replace.SchPostReplace(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
SchPostReplace

Manage post component replacement behaviors.
post_replace_text(i_new_sch_object: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub PostReplaceText(AnyObject iNewSchObject)

Handle associated annotations after replace.

Parameters:

iNewSchObject
Pointer to the object that is replacing ‘this’ object.

Example:

Dim objThisIntf As SchPostReplace
Dim objArg1 As AnyObject
objThisIntf.PostReplaceTextobjArg1
Parameters:

i_new_sch_object (AnyObject) –

Return type:

None