CollectionItem.Families

Description

Returns an Array of Strings representing the names of all the families of the object.

Examples

VBScript Example

set oItem = CreateObject("XSI.CollectionItem")
oItem.Value = "Camera"
logmessage "object belongs to families:" & oItem.Families