PathItems (CollectionItem)
Description
Returns an XSICollection of objects in this object's path.
C# Syntax
// get accessor Object rtn = CollectionItem.PathItems;
Examples
VBScript Example
set oCollectionItem = CreateObject("XSI.CollectionItem")
oCollectionItem.Value = "light.visibility"
logmessage oCollectionItem.name
logmessage oCollectionItem.pathitems(0)
SOFTIMAGE|XSI v6.01