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


IEngineSketchOperation.SetMenuString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineSketchOperation Interface > IEngineSketchOperation.SetMenuString Method
ArcGIS Developer Help

IEngineSketchOperation.SetMenuString Method

Sets the text that appears in the undo menu choice.

[Visual Basic .NET]
Public Sub SetMenuString ( _
    ByVal MenuString As String _
)
[C#]
public void SetMenuString (
    string MenuString
);
[C++]
HRESULT SetMenuString(
  BSTR MenuString
);
[C++]
Parameters
MenuString [in]

MenuString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

See Also

IEngineSketchOperation Interface