ArcFM Responder Mobile Developer Guide
CurrentLayout Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property CurrentLayout As ESRI.ArcGIS.Carto.IPageLayout
'Usage
 
Dim instance As IMMCurrentLayout
Dim value As ESRI.ArcGIS.Carto.IPageLayout
 
instance.CurrentLayout = value
 
value = instance.CurrentLayout
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Carto.IPageLayout CurrentLayout {get; set;}
read-write property CurrentLayout: ESRI.ArcGIS.Carto.IPageLayout; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set CurrentLayout : ESRI.ArcGIS.Carto.IPageLayout
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Carto.IPageLayout* get_CurrentLayout();
__property void set_CurrentLayout( 
   ESRI.ArcGIS.Carto.IPageLayout* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Carto.IPageLayout^ CurrentLayout {
   ESRI.ArcGIS.Carto.IPageLayout^ get();
   void set (    ESRI.ArcGIS.Carto.IPageLayout^ 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

IMMCurrentLayout Interface
IMMCurrentLayout Members

Send Feedback