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


IStyleGallery.Categories Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGallery Interface > IStyleGallery.Categories Property
ArcGIS Developer Help

IStyleGallery.Categories Property

The categories within the given class.

[Visual Basic .NET]
Public Function get_Categories ( _
    ByVal ClassName As String _
) As IEnumBSTR
[C#]
public IEnumBSTR get_Categories (
    string ClassName
);
[C++]
HRESULT get_Categories(
  BSTR ClassName,
  IEnumBSTR** Categories
);
[C++]
Parameters
ClassName [in]

ClassName is a parameter of type BSTR Categories [out, retval]
Categories is a parameter of type IEnumBSTR**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the item type for the specified Class.

See Also

IStyleGallery Interface