ArcObjects Library Reference (Display)  

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