IFCCategoryTemplate.CopyTemplate
Method
Description:
Create copy of mapping template with new name.
Create copy of mapping template with new name.
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. |