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


IUniqueValueRenderer.LookupStyleset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValueRenderer Interface > IUniqueValueRenderer.LookupStyleset Property
ArcGIS Developer Help

IUniqueValueRenderer.LookupStyleset Property

Style used for matching (user interface property only).

[Visual Basic .NET]
Public Property LookupStyleset As String
[C#]
public string LookupStyleset {get; set;}
[C++]
HRESULT get_LookupStyleset(
  System.String* Name
);
[C++]
HRESULT put_LookupStyleset(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Description

The name of the Style shown on the LookupSymbolPropertyPage. This property is only used by the user interface framework when the 'Match to symbols in a style' layer symbology option is used. This is the name of the style containing the symbols that are matched to unique values in the data to create categories on the renderer. The logic to perform this matching is not exposed as a particular ArcObjects method or set of methods.

See Also

IUniqueValueRenderer Interface