[in, out] BSTR – An array of text strings assigned to each object.
The array is indexed by a Namespace identifier. To store or retrieve data from a certain Namespace, assign values to or from MyObject.ClientDataEx(“MyNameSpace”).
This information is available for general use in your application.
TerraExplorer stores feature layers attribute data as an XML in a standard format. The information is stored in the global namespace (accessed by an empty string identifier). Do not overwrite this information when you access the global namespace. TerraExplorer displays this information when the information query tool is used. The content of the attributes information includes an XML string in the following format:
<FieldsData>
<Attribute1>Information 1</Attribute1>
<Attribute2>Information 2</Attribute2>
<Attribute3>Information 3</Attribute3>
</FieldsData>