Method ExportExecutablePackage
ExportExecutablePackage(List<PdmObjectId>, bool, bool, bool, string)
Exports an executable package.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 200)]
void ExportExecutablePackage(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 ".exe" extension. |
Remarks
This method produces Windows 32-bit executable that allows viewing the specified objects without installing 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.