RVTDocs.com

Application.NewProjectTemplateDocument

Method
Description:
New project template document
Remarks:
This command corresponds to New->Project->Project Template command in the user-interface.
Syntax
public virtual Document NewProjectTemplateDocument(
	string templateFilename
)
Parameters
Parameter Type Description
templateFilename String The template file name.
Return Value
Exceptions
Exception Condition
ArgumentException If 'templateFileName' isor an empty string.
InvalidOperationException If the project template document cannot be created.