Type (CollectionItem)
Description
Returns the object's typeas a String.
C# Syntax
// get accessor String rtn = CollectionItem.Type;
Examples
VBScript Example
set oCollectionItem = CreateObject("XSI.CollectionItem")
oCollectionItem.Value = "Camera"
logmessage "Object type = " & oCollectionItem.TypeAutodesk Softimage v7.5