Model.splitcontactfromcontactgroup#
- Model.splitcontactfromcontactgroup(id)#
Disassociates a group (contact pair/tie) entity from a contact group.
- Parameters:
id (unsigned int) – The ID of the group entity to disassociate.
Example#
Disassociate group with ID 1 from the contact group#import hm import hm.entities as ent model = hm.Model() model.splitcontactfromcontactgroup(id=1)