ArcFM Responder Mobile Developer Guide
StopOperation Method (Editor)






Syntax
'Declaration
 
Public Shared Sub StopOperation( _
   ByVal menuText As System.String _
) 
'Usage
 
Dim menuText As System.String
 
Editor.StopOperation(menuText)
public static void StopOperation( 
   System.string menuText
)
public procedure StopOperation( 
    menuText: System.String
); static; 
public static function StopOperation( 
   menuText : System.String
);
public: static void StopOperation( 
   System.string* menuText
) 
public:
static void StopOperation( 
   System.String^ menuText
) 

Parameters

menuText
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Editor Class
Editor Members

Send Feedback