Enum TdsSaveOptions
File save options
Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
public enum TdsSaveOptions
Fields
| Name | Value | Description |
|---|---|---|
| DoNotSaveChanges | DoNotSaveChanges = 0 | Discard unsaved changes |
| PromptToSaveChanges | PromptToSaveChanges = -2 | Prompt the user to confirm saving any unsaved changes |
| SaveChanges | SaveChanges = -1 | Save any unsaved changes |