ArcObjects Library Reference (Display)  

IStyleGallery.Items Property

The style items from the specified style file, in the specified class and category. The style set and category may be blank to return all items.

[Visual Basic .NET]
Public Function get_Items ( _
    ByVal ClassName As String, _
    ByVal styleSet As String, _
    ByVal Category As String _
) As IEnumStyleGalleryItem
[C#]
public IEnumStyleGalleryItem get_Items (
    string ClassName,
    string styleSet,
    string Category
);
[C++]
HRESULT get_Items(
  BSTR ClassName,
  BSTR styleSet,
  BSTR Category,
  IEnumStyleGalleryItem** Items
);
[C++]

Parameters

ClassName [in]   ClassName is a parameter of type BSTR styleSet [in]   styleSet is a parameter of type BSTR Category [in]   Category is a parameter of type BSTR Items [out, retval]

  Items is a parameter of type IEnumStyleGalleryItem

Product Availability

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

See Also

IStyleGallery Interface