Click or drag to resize

ExportCase Enumeration

Export cases that this handler supports.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public enum ExportCase
Members
  Member nameValueDescription
Unknown0 Unknown case.
SOLIDWORKS1 "Normal Export" performed by user in SOLIDWORKS context.
PDM2 Export performed outside SOLIDWORKS but with client dialog. It might also have a second phase.
SOLIDWORKS_Silent3 Export launched from outside SOLIDWORKS, but executed within SOLIDWORKS as a silent background task.
See Also