This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACValueMapRenderer Interface > IACValueMapRenderer.LookupField Property (ArcObjects .NET 10.5 SDK) |
Field name that is used to categorize features.
[Visual Basic .NET] Public Property LookupField As String
[C#] public string LookupField {get; set;}
[C++]
HRESULT get_LookupField(
BSTR* LookupField
);
[C++]
HRESULT put_LookupField(
BSTR LookupField
);
[C++]
Parameters LookupField [out, retval] LookupField is a parameter of type BSTR LookupField [in] LookupField is a parameter of type BSTR