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
Product Availability
Available with ArcGIS Engine.
Description
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.
Errors Returned
1080: The specified style category is not valid