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


IUniqueValuesDef.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IUniqueValuesDef.Fields Property

Fields used by the renderer for classification.

[Visual Basic .NET]
Public Property Fields As IStringArray
[C#]
public IStringArray Fields {get; set;}
[C++]
HRESULT get_Fields(
  IStringArray** ppFields
);
[C++]
HRESULT put_Fields(
  IStringArray* ppFields
);
[C++]

Parameters ppFields [out, retval]
ppFields is a parameter of type IStringArray ppFields [in]
ppFields is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUniqueValuesDef Interface