This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValuesDef Interface > IUniqueValuesDef.Fields Property (ArcObjects .NET 10.4 SDK) |
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