ArcObjects Library Reference (Display)  

IEnumScreenDisplay.Next Method

Returns the next screen display in the collection.

[Visual Basic .NET]
Public Function Next ( _
) As IScreenDisplay
[C#]
public IScreenDisplay Next (
);
[C++]
HRESULT Next(
  IScreenDisplay** ScreenDisplay
);
[C++]

Parameters

ScreenDisplay [out, retval]

  ScreenDisplay is a parameter of type IScreenDisplay

Product Availability

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

See Also

IEnumScreenDisplay Interface