ArcFM Responder Mobile Developer Guide
ActiveView Property (ArcGISRuntimeEnvironment)






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