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


ISymbologyStyleClass.StyleCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.StyleCategory Property
ArcGIS Developer Help

ISymbologyStyleClass.StyleCategory Property

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(
  System.String* CategoryName
);
[C++]
Parameters
CategoryName [in]

CategoryName is a parameter of type BSTR CategoryName [out, retval]
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

See Also

ISymbologyStyleClass Interface