Returns an Array of Strings representing the names of all the families of the object.
// get accessor String rtn = CollectionItem.Families;
set oItem = CreateObject("XSI.CollectionItem") oItem.Value = "Camera" logmessage "object belongs to families:" & oItem.Families