ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.HasRedos Method

Indicates if any redo operations are available.

[Visual Basic .NET]
Public Function HasRedos ( _
) As Boolean
[C#]
public bool HasRedos (
);
[C++]
HRESULT HasRedos(
  VARIANT_BOOL* flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

HasRedos specifies if there are operations that can be re-executed on the NAContext's NAClasses.

See Also

INAContextEdit Interface