 | ExportCase Enumeration |
Export cases that this handler supports.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
SyntaxPublic Enumeration ExportCase
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown case.
|
| SOLIDWORKS | 1 |
"Normal Export" performed by user in SOLIDWORKS context.
|
| PDM | 2 |
Export performed outside SOLIDWORKS but with client dialog. It might also have a second phase.
|
| SOLIDWORKS_Silent | 3 |
Export launched from outside SOLIDWORKS, but executed within SOLIDWORKS as a silent background task.
|
See Also