v3.0
Returns a Boolean value indicating whether or not there is user data
on the UserDataItem at the specified index (true=empty/no data; false=not empty).
This property is equivalent to UserDataMap.IsEmpty.
// get accessor Boolean rtn = UserDataItem.IsEmpty; |