M

IFCParameterTemplate.CopyTemplate

Description:
Create copy of mapping template with new name.
Remarks:
The copied template is saved in the document passed as parameter. Passing the same document as the source template's document will create a new template in the same document. The active template of the document remains unchanged.
public IFCParameterTemplate CopyTemplate(
	Document document,
	string copyTemplateName
)
  • document
    The Revit document to save the copied template.
  • String
    copyTemplateName
    The name for copied template name.
Return Value IFCParameterTemplate The copied mapping template element.