Method CopySeveralWithOptions
CopySeveralWithOptions(List<PdmObjectId>, PdmObjectId, bool, bool)
Copies several objects.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 258, 0)]
List<PdmObjectId> CopySeveralWithOptions(List<PdmObjectId> inObjectIds, PdmObjectId inOwnerId, bool inKeepPartNumber, bool inCopyWithoutSaving)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | Identifiers of objects to copy. |
| PdmObjectId | inOwnerId | Identifier of project or folder owner where to copy objects. |
| bool | inKeepPartNumber | Whether keeps the same part number |
| bool | inCopyWithoutSaving | Whether copies without saving. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | New PDM object identifiers. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.20.258.000.
This method is for internal use of TopSolid.