pycatia.cat_plant_ship_interfaces.psp_groupable

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_plant_ship_interfaces.psp_groupable.PSPGroupable(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
PspGroupable

Represent the Groupable object that can be grouped by Group
object.
Role: It is used to query the group object link to this
object.
property groups: PSPListOfObjects

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Groups() As PspListOfObjects (Read Only)

Returns a list of Groups to which this object is a member.

Example:

Dim objThisIntf As PspGroupable
Dim objArg1 As PspListOfObjects

Set ObjArg1 = objThisIntf.Groups
Return type:

PSPListOfObjects