ArcFM Responder Mobile Developer Guide
Store Method (IMMDocument2)






Syntax
'Declaration
 
Sub Store( _
   ByVal pPageLayout As ESRI.ArcGIS.Carto.IPageLayout _
) 
'Usage
 
Dim instance As IMMDocument2
Dim pPageLayout As ESRI.ArcGIS.Carto.IPageLayout
 
instance.Store(pPageLayout)
void Store( 
   ESRI.ArcGIS.Carto.IPageLayout pPageLayout
)
procedure Store( 
    pPageLayout: ESRI.ArcGIS.Carto.IPageLayout
); 
function Store( 
   pPageLayout : ESRI.ArcGIS.Carto.IPageLayout
);
void Store( 
   ESRI.ArcGIS.Carto.IPageLayout* pPageLayout
) 
void Store( 
   ESRI.ArcGIS.Carto.IPageLayout^ pPageLayout
) 

Parameters

pPageLayout
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

IMMDocument2 Interface
IMMDocument2 Members

Send Feedback