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


IACValueMapRenderer.LookupField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACValueMapRenderer Interface > IACValueMapRenderer.LookupField Property
ArcGIS Developer Help

IACValueMapRenderer.LookupField Property

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(
  System.String* 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

Product Availability

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

See Also

IACValueMapRenderer Interface