This document is archived and information here might be outdated. Recommended version. |
The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values. These values take precedence over metadata from the BuilderItem's function raster dataset.
[Visual Basic .NET] Public Property AuxiliaryFieldValues As IPropertySet
[C#] public IPropertySet AuxiliaryFieldValues {get; set;}
[C++]
HRESULT get_AuxiliaryFieldValues(
IPropertySet* ppAuxiliaryFieldValues
);
[C++]
HRESULT putref_AuxiliaryFieldValues(
IPropertySet** ppAuxiliaryFieldValues
);
[C++] Parameters ppAuxiliaryFieldValues [in]
ppAuxiliaryFieldValues is a parameter of type IPropertySet* ppAuxiliaryFieldValues [out, retval]
ppAuxiliaryFieldValues is a parameter of type IPropertySet**