Class ISDImportSettings
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Represents settings of improt options into Idea StatiCa Detail
public class ISDImportSettingsInheritance
Inherited Members
Constructors
ISDImportSettings()
Constructor
public ISDImportSettings()Properties
IsUpdate
public bool IsUpdate { get; set; }Property Value
UseSync
Enable synchronization data tracking (SyncId and SyncData file). When false, no synchronization file will be created and SyncIds will not be used.
public bool UseSync { get; set; }Property Value
UseWizard
Open import wizard window
public bool UseWizard { get; set; }