Table of Contents

Class ISDImportSettings

Namespace
IdeaRS.OpenModel.Detail
Assembly
IdeaRS.OpenModel.dll

Represents settings of improt options into Idea StatiCa Detail

public class ISDImportSettings

Inheritance

Inherited Members

Constructors

ISDImportSettings()

Constructor

public ISDImportSettings()

Properties

IsUpdate

public bool IsUpdate { get; set; }

Property Value

bool

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

bool

UseWizard

Open import wizard window

public bool UseWizard { get; set; }

Property Value

bool