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


ITinUniqueValueRenderer.LookupStyleset Property (ArcObjects .NET 10.4 SDK)
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