This document is archived and information here might be outdated.  Recommended version.


ISynchronizeParameters2.AuxiliaryFieldValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters2.AuxiliaryFieldValues Property

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.

See Also

ISynchronizeParameters2 Interface