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


IStyleGallery.Items 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.Items Property
ArcGIS Developer Help

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