pycatia.cat_sch_platform_interfaces.sch_app_group

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_group.SchAppGroup(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
SchAppGroup

Manage application group.
list_zones(i_class_type: str, o_l_zones: SchListOfObjects) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub ListZones(CATBSTR iClassType,
SchListOfObjects oLZones)

List application zone objects.

Parameters:

iClassType
Class type filter. If null, no filtering will be applied.

oLZones
(members are CATISchAppZone interfaces pointers) A list of zones


Example:



Dim objThisIntf As SchAppGroup
Dim strVar1 As String
Dim objArg2 As SchListOfObjects
objThisIntf.ListZonesstrVar1,objArg2
Parameters:
Return type:

None