CopyNamedObject client API - SmartPlant Foundation - IM Update 48 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

The CopyNamedObject client API allows you to create a new transmittal from a template.

Argument

Description

Parameter 1

Interface

Parameter 1 description

The interface definition for the new transmittal that will be created by the copy operation. For example, for an internal transmittal, this value could be ISPFSectionedTransmittal, and for an external transmittal, it could be ISPFNonSectionedTransmittal.

Parameter 1 type

String

Parameter 1 default

None

Parameter 2

Template name

Parameter 2 description

Provide the name of the transmittal template that will be used to create the new transmittal.

Parameter 2 type

String

Parameter 2 default

None

Parameter 3

Method

Parameter 3 description

Provide the method to be used to create the new object. For example, when using this client API to create a new transmittal from a template, you can use the delivered XmtlCopy method.

Parameter 3 type

String

Parameter 3 default

None

The following methods use the CopyNamedObject client API to create a transmittal from a template.

  • CreateInternalXmtlFromTemplate

  • CreateExternalXmtlFromTemplate