RVTDocs.com

IFCCategoryTemplate.CopyTemplate

Method
Description:
Create copy of mapping template with new name.
Syntax
public IFCCategoryTemplate CopyTemplate(
	Document document,
	string copyTemplateName
)
Parameters
Parameter Type Description
document Document A Revit document.
copyTemplateName String A name for copied template name.
Return Value
Type Description
IFCCategoryTemplate The copied mapping template element.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException Failed to create IFCCategoryTemplate element.