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


INewArcFeedback.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

INewArcFeedback.Next Method

Switch the feedback to the next solution.

[Visual Basic .NET]
Public Sub Next ( _
    ByVal forward As Boolean _
)
[C#]
public void Next (
    bool forward
);
[C++]
HRESULT Next(
  VARIANT_BOOL forward
);
[C++]

Parameters forward [in] forward is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INewArcFeedback Interface