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


IEnumStyleGalleryItem.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEnumStyleGalleryItem Interface > IEnumStyleGalleryItem.Next Method
ArcGIS Developer Help

IEnumStyleGalleryItem.Next Method

Gets the next Style Gallery item.

[Visual Basic .NET]
Public Function Next ( _
) As IStyleGalleryItem
[C#]
public IStyleGalleryItem Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

Description

Next moves to the next item in the current IEnumStyleGalleryItem object.

See Also

IEnumStyleGalleryItem Interface

.NET Samples

Custom Root Object (Style Gallery)