This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinUniqueValueRenderer Interface > ITinUniqueValueRenderer.LookupStyleset Property (ArcObjects .NET 10.5 SDK) |
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