A field value property set that maps field names to possible metadata values. These values take precedence over the metadata from the dataset.
[Visual Basic .NET] Public Property AuxiliaryFieldValues As IPropertySet
[C#] public IPropertySet AuxiliaryFieldValues {get; set;}
[C++]
HRESULT get_AuxiliaryFieldValues(
IPropertySet** ppFieldValues
);
[C++]
HRESULT putref_AuxiliaryFieldValues(
IPropertySet* ppFieldValues
);
[C++]Parameters
ppFieldValues [out, retval]ppFieldValues is a parameter of type IPropertySet
ppFieldValues [in]ppFieldValues is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.