IFCParameterTemplateCopyTemplate Method |
Create copy of mapping template with new name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IFCParameterTemplate CopyTemplate(
Document document,
string copyTemplateName
)
Public Function CopyTemplate (
document As Document,
copyTemplateName As String
) As IFCParameterTemplate
public:
IFCParameterTemplate^ CopyTemplate(
Document^ document,
String^ copyTemplateName
)
member CopyTemplate :
document : Document *
copyTemplateName : string -> IFCParameterTemplate
Parameters
- document Document
-
The Revit document to save the copied template.
- copyTemplateName String
-
The name for copied template name.
Return Value
IFCParameterTemplate
The copied mapping template element.
Exceptions
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.
See Also