ResetTemplateToProject Method

The ResetTemplateToProject method changes a template document back into a standard project document (.GPJ). This method is typically used when there is no longer a need to load data into placeholders.

Syntax

object.ResetTemplateToProject()

Example

The following example demonstrates how to convert a template back into a standard project.

'Convert the current template document to a project document

PlotDocument.ResetTemplateToProject()

 

Used by: Document Object