Gets the next Style Gallery item.
[Visual Basic .NET] Public Function Next ( _ ) As IStyleGalleryItem
[C#] public IStyleGalleryItem Next ( );
[C++]
HRESULT Next(
IStyleGalleryItem** Item
);
[C++]Parameters
Item [out, retval]Item is a parameter of type IStyleGalleryItem
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Next moves to the next item in the current IEnumStyleGalleryItem object.