ArcFM Responder Mobile Developer Guide
PersistTemplate Method (IMMPageTemplate)






Syntax
'Declaration
 
Function PersistTemplate( _
   ByVal pLayout As ESRI.ArcGIS.Carto.IPageLayout _
) As System.Boolean
'Usage
 
Dim instance As IMMPageTemplate
Dim pLayout As ESRI.ArcGIS.Carto.IPageLayout
Dim value As System.Boolean
 
value = instance.PersistTemplate(pLayout)
System.bool PersistTemplate( 
   ESRI.ArcGIS.Carto.IPageLayout pLayout
)
function PersistTemplate( 
    pLayout: ESRI.ArcGIS.Carto.IPageLayout
): System.Boolean; 
function PersistTemplate( 
   pLayout : ESRI.ArcGIS.Carto.IPageLayout
) : System.boolean;
System.bool PersistTemplate( 
   ESRI.ArcGIS.Carto.IPageLayout* pLayout
) 
System.bool PersistTemplate( 
   ESRI.ArcGIS.Carto.IPageLayout^ pLayout
) 

Parameters

pLayout
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

IMMPageTemplate Interface
IMMPageTemplate Members

Send Feedback