ArcFM Responder Mobile Developer Guide
EsriOperation Property (MMOperationClass)






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

MMOperationClass Class
MMOperationClass Members

Send Feedback