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


IACValueMapRenderer.LookupField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IACValueMapRenderer Interface