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