ArcFM Responder Mobile Developer Guide
EsriOperation Property (IMMOperation)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property EsriOperation As ESRI.ArcGIS.SystemUI.IOperation
'Usage
 
Dim instance As IMMOperation
Dim value As ESRI.ArcGIS.SystemUI.IOperation
 
instance.EsriOperation = value
 
value = instance.EsriOperation
[System.Runtime.InteropServices.DispId(1610678274)]
ESRI.ArcGIS.SystemUI.IOperation EsriOperation {get; set;}
read-write property EsriOperation: ESRI.ArcGIS.SystemUI.IOperation; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set EsriOperation : ESRI.ArcGIS.SystemUI.IOperation
[System.Runtime.InteropServices.DispId(1610678274)]
__property ESRI.ArcGIS.SystemUI.IOperation* get_EsriOperation();
__property void set_EsriOperation( 
   ESRI.ArcGIS.SystemUI.IOperation* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property ESRI.ArcGIS.SystemUI.IOperation^ EsriOperation {
   ESRI.ArcGIS.SystemUI.IOperation^ get();
   void set (    ESRI.ArcGIS.SystemUI.IOperation^ value);
}
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

IMMOperation Interface
IMMOperation Members

Send Feedback