Returns an XSICollection of objects in this object's path.
// get accessor Object rtn = CollectionItem.PathItems; |
set oCollectionItem = CreateObject("XSI.CollectionItem") oCollectionItem.Value = "light.visibility" logmessage oCollectionItem.name logmessage oCollectionItem.pathitems(0) |