ArcObjects Library Reference (DefenseSolutions)  

ICacheRenderer.FieldNameSet Property

An optional property set that maps expected field names to physical field names.

ERROR: Syntax information about ICacheRenderer.FieldNameSet may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_FieldNameSet(
  IPropertySet** FieldNameSet
);
[C++]
HRESULT putref_FieldNameSet(
  IPropertySet* FieldNameSet
);
[C++]

Parameters

FieldNameSet [out, retval]

  FieldNameSet is a parameter of type IPropertySet

FieldNameSet [in]

  FieldNameSet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRenderer Interface