Method ExportViewerPackage
ExportViewerPackage(List<PdmObjectId>, bool, bool, bool, string)
Exports a viewer package.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 200)]
void ExportViewerPackage(List<PdmObjectId> inObjectIds, bool inExportsForDelivery, bool inExportsIncrementalPackage, bool inAllowsMeasurement, string inFileFullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | PDM object identifiers. |
| bool | inExportsForDelivery | Whether exports for delivery. |
| bool | inExportsIncrementalPackage | Whether exports an incremental package. |
| bool | inAllowsMeasurement | Whether allows measurement. |
| string | inFileFullPath | Full path of the exported package, with ".TopPkgViw" extension. |
Remarks
The package produced by this method may be imported in TopSolid'Viewer.
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.