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


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

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

See Also

ITinUniqueValueRenderer Interface