ArcFM Engine Developer Guide
CreatePageTemplate Method (IMMPageTemplateManager)


Syntax
'Declaration
 
Function CreatePageTemplate( _
   ByVal pLayout As ESRI.ArcGIS.Carto.IPageLayout, _
   ByVal pPTName As IMMPageTemplateName, _
   ByVal bAutoOverwrite As Boolean _
) As Boolean
'Usage
 
Dim instance As IMMPageTemplateManager
Dim pLayout As ESRI.ArcGIS.Carto.IPageLayout
Dim pPTName As IMMPageTemplateName
Dim bAutoOverwrite As Boolean
Dim value As Boolean
 
value = instance.CreatePageTemplate(pLayout, pPTName, bAutoOverwrite)
bool CreatePageTemplate( 
   ESRI.ArcGIS.Carto.IPageLayout pLayout,
   IMMPageTemplateName pPTName,
   bool bAutoOverwrite
)

Parameters

pLayout
pPTName
bAutoOverwrite
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPageTemplateManager Interface
IMMPageTemplateManager Members

 

 


Send Comment