GetItem2 (UserDataMap) *
Introduced
6.0
Description
Returns the UserDataItem at the requested index within the cluster. The index must be in the range of 0 to UserDataMap.Count - 1. It returns a valid (but empty) object even if no user data has been assigned to the requested index.
Note: This is the Python-compliant version of the UserDataMap.Item property. Since Python does not support input parameters on properties, UserDataMap.Item will fail in Python.
Scripting Syntax
UserDataMap.GetItem2( Index )
C# Syntax
UserDataItem UserDataMap.GetItem2( Int32 in_ulIndex );Parameters
|
Parameter |
Type |
Description |
|
Index |
Index of the component within the cluster. As with other cluster properties, the indexes of components within the cluster may not match the numbering of the component on the geometry. The mapping between the two systems can be determined using the ClusterElementCollection. |
Return Value
See Also
Autodesk Softimage v7.5