Method ImportPackageAsDistinctCopy
ImportPackageAsDistinctCopy(string, bool, bool)
Imports a package as disctinct copy.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 200)]
List<PdmObjectId> ImportPackageAsDistinctCopy(string inFileFullPath, bool inResetsCreationProperties, bool inAllowsPartNumbering)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFileFullPath | Full path of the package file, with ".TopPkg" extension. |
| bool | inResetsCreationProperties | Whether to reset creation properties (author, creation date, major/minor revision text). |
| bool | inAllowsPartNumbering | Whether to allow automatic part numbering. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | List of imported projects 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.8.303.200.