ArcFM Responder Mobile Developer Guide
OperationStack Property (ArcGISRuntimeEnvironment)






Syntax
'Declaration
 
Public ReadOnly Property OperationStack As ESRI.ArcGIS.SystemUI.IOperationStack
'Usage
 
Dim instance As ArcGISRuntimeEnvironment
Dim value As ESRI.ArcGIS.SystemUI.IOperationStack
 
value = instance.OperationStack
public ESRI.ArcGIS.SystemUI.IOperationStack OperationStack {get;}
public read-only property OperationStack: ESRI.ArcGIS.SystemUI.IOperationStack; 
public function get OperationStack : ESRI.ArcGIS.SystemUI.IOperationStack
public: __property ESRI.ArcGIS.SystemUI.IOperationStack* get_OperationStack();
public:
property ESRI.ArcGIS.SystemUI.IOperationStack^ OperationStack {
   ESRI.ArcGIS.SystemUI.IOperationStack^ get();
}
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

ArcGISRuntimeEnvironment Class
ArcGISRuntimeEnvironment Members

Send Feedback