ArcFM Responder Mobile Developer Guide
SourceMapFrame Property (MMInsetFrameSurroundClass)






Syntax
'Declaration
 
Public Overridable Property SourceMapFrame As ESRI.ArcGIS.Carto.IMapFrame
'Usage
 
Dim instance As MMInsetFrameSurroundClass
Dim value As ESRI.ArcGIS.Carto.IMapFrame
 
instance.SourceMapFrame = value
 
value = instance.SourceMapFrame
public virtual ESRI.ArcGIS.Carto.IMapFrame SourceMapFrame {get; set;}
public read-write property SourceMapFrame: ESRI.ArcGIS.Carto.IMapFrame; virtual; 
public function get,set SourceMapFrame : ESRI.ArcGIS.Carto.IMapFrame
public: __property virtual ESRI.ArcGIS.Carto.IMapFrame* get_SourceMapFrame();
public: __property virtual void set_SourceMapFrame( 
   ESRI.ArcGIS.Carto.IMapFrame* value
);
public:
virtual property ESRI.ArcGIS.Carto.IMapFrame^ SourceMapFrame {
   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

MMInsetFrameSurroundClass Class
MMInsetFrameSurroundClass Members

Send Feedback