This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.StyleCategory Property (ArcObjects .NET 10.5 SDK) |
The style category used by the SymbologyStyleClass.
[Visual Basic .NET] Public Property StyleCategory As String
[C#] public string StyleCategory {get; set;}
[C++]
HRESULT get_StyleCategory(
BSTR* CategoryName
);
[C++]
HRESULT put_StyleCategory(
BSTR CategoryName
);
[C++]
Parameters CategoryName [out, retval] CategoryName is a parameter of type BSTR CategoryName [in] CategoryName is a parameter of type BSTR
The IStyleGalleryItem::Category used to filter the items displayed within a SymbologyStyleClass. The StyleCategory is case sensitive. By default the StyleCategory is an empty string and indicates that all items are displayed.
1080: The specified style category is not valid