ArcFM Responder Mobile Developer Guide
MapFrame Property (MMMapSurroundFrameClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743810)>
Public Overridable Property MapFrame As ESRI.ArcGIS.Carto.IMapFrame
'Usage
 
Dim instance As MMMapSurroundFrameClass
Dim value As ESRI.ArcGIS.Carto.IMapFrame
 
instance.MapFrame = value
 
value = instance.MapFrame
[System.Runtime.InteropServices.DispId(1610743810)]
public virtual ESRI.ArcGIS.Carto.IMapFrame MapFrame {get; set;}
public read-write property MapFrame: ESRI.ArcGIS.Carto.IMapFrame; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610743810)
public function get,set MapFrame : ESRI.ArcGIS.Carto.IMapFrame
[System.Runtime.InteropServices.DispId(1610743810)]
public: __property virtual ESRI.ArcGIS.Carto.IMapFrame* get_MapFrame();
public: __property virtual void set_MapFrame( 
   ESRI.ArcGIS.Carto.IMapFrame* value
);
[System.Runtime.InteropServices.DispId(1610743810)]
public:
virtual property ESRI.ArcGIS.Carto.IMapFrame^ MapFrame {
   ESRI.ArcGIS.Carto.IMapFrame^ get();
   void set (    ESRI.ArcGIS.Carto.IMapFrame^ 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

MMMapSurroundFrameClass Class
MMMapSurroundFrameClass Members

Send Feedback