Method IncludePackageAsDistinctCopy
IncludePackageAsDistinctCopy(string, bool, bool, PdmObjectId)
Imports a package as disctinct copy into an existing project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 200)]
void IncludePackageAsDistinctCopy(string inFileFullPath, bool inResetsCreationProperties, bool inAllowsPartNumbering, PdmObjectId inOwnerId)
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. |
| PdmObjectId | inOwnerId | PDM object identifier of project or folder owner where imported documents are to be stored. |
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.