ArcFM Responder Mobile Developer Guide
PersistTemplate Method (MMPageTemplateClass)






Syntax
'Declaration
 
Public Overridable Function PersistTemplate( _
   ByVal pLayout As ESRI.ArcGIS.Carto.IPageLayout _
) As System.Boolean
'Usage
 
Dim instance As MMPageTemplateClass
Dim pLayout As ESRI.ArcGIS.Carto.IPageLayout
Dim value As System.Boolean
 
value = instance.PersistTemplate(pLayout)
public virtual System.bool PersistTemplate( 
   ESRI.ArcGIS.Carto.IPageLayout pLayout
)
public function PersistTemplate( 
    pLayout: ESRI.ArcGIS.Carto.IPageLayout
): System.Boolean; virtual; 
public function PersistTemplate( 
   pLayout : ESRI.ArcGIS.Carto.IPageLayout
) : System.boolean;
public: virtual System.bool PersistTemplate( 
   ESRI.ArcGIS.Carto.IPageLayout* pLayout
) 
public:
virtual 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

MMPageTemplateClass Class
MMPageTemplateClass Members

Send Feedback