NXOpen.UF.Group.AskAllOwningGroups

Group.AskAllOwningGroups()

Refer to UF_GROUP_ask_all_owning_groups for documentation.

Signature: AskAllOwningGroups(memberTag)

Parameters:memberTag (Tag) – the tag of the member whose owning groups are queried
Returns:A Tuple
Return type:A tuple consisting of (numOwningGroups,owningGroupsP)

numOwningGroups(int): The count of owning groups

owningGroupsP(list of Tag): The array that contains the tags of owning groups

License requirements: None