Method CopySeveral2
CopySeveral2(List<PdmObjectId>, PdmObjectId, bool)
Copies several objects.
Declaration
[OperationContract]
[Obsolete("Since v7.20.258.0, CopySeveral is done using CopySeveralWithOptions.")]
List<PdmObjectId> CopySeveral2(List<PdmObjectId> inObjectIds, PdmObjectId inOwnerId, bool inKeepPartNumber)
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 |
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.15.400.240.