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