CollectionItem.Families
 
 
 

CollectionItem.Families

Description

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

C# Syntax

// get accessor
String rtn = CollectionItem.Families;

Examples

VBScript Example

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