ArcObjects Library Reference (Carto)  

ITinUniqueValueRenderer.LookupStyleset Property

Name of Styleset for Lookup Symbols(used in UI only).

[Visual Basic .NET]
Public Property LookupStyleset As String
[C#]
public string LookupStyleset {get; set;}
[C++]
HRESULT get_LookupStyleset(
  BSTR* 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.

See Also

ITinUniqueValueRenderer Interface