Miner.Interop Namespace > IMMPageTemplateManager Interface : CreatePageTemplate Method |
'Declaration
Function CreatePageTemplate( _ ByVal pLayout As ESRI.ArcGIS.Carto.IPageLayout, _ ByVal pPTName As IMMPageTemplateName, _ ByVal bAutoOverwrite As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As IMMPageTemplateManager Dim pLayout As ESRI.ArcGIS.Carto.IPageLayout Dim pPTName As IMMPageTemplateName Dim bAutoOverwrite As System.Boolean Dim value As System.Boolean value = instance.CreatePageTemplate(pLayout, pPTName, bAutoOverwrite)
System.bool CreatePageTemplate( ESRI.ArcGIS.Carto.IPageLayout pLayout, IMMPageTemplateName pPTName, System.bool bAutoOverwrite )
function CreatePageTemplate( pLayout: ESRI.ArcGIS.Carto.IPageLayout; pPTName: IMMPageTemplateName; bAutoOverwrite: System.Boolean ): System.Boolean;
function CreatePageTemplate( pLayout : ESRI.ArcGIS.Carto.IPageLayout, pPTName : IMMPageTemplateName, bAutoOverwrite : System.boolean ) : System.boolean;
System.bool CreatePageTemplate( ESRI.ArcGIS.Carto.IPageLayout* pLayout, IMMPageTemplateName* pPTName, System.bool bAutoOverwrite )
System.bool CreatePageTemplate( ESRI.ArcGIS.Carto.IPageLayout^ pLayout, IMMPageTemplateName^ pPTName, System.bool bAutoOverwrite )
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