UserDataMap.ClearItem
 
 
 

UserDataMap.ClearItem operator

Introduced

v3.0

Description

Removes any user data from the specified index. To clear the entire property at once use UserDataMap.Clear.

C# Syntax

UserDataMap.ClearItem( Int32 in_ulIndex );

Scripting Syntax

UserDataMap.ClearItem( Index );

Parameters

Parameter Type Description
Index Long Index of the component within the cluster.

See Also

UserDataMap.Clear UserDataItem