Class IdeaBeamImportSettings
- Namespace
 - IdeaRS.OpenModel.Beam
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Represents settings of improt options into Idea Connections
public class IdeaBeamImportSettingsInheritance
Inherited Members
Constructors
IdeaBeamImportSettings()
Constructor - it sets default values
public IdeaBeamImportSettings()Properties
BeamFileName
Gets or sets the name of the Beam project
public string BeamFileName { get; set; }Property Value
CanChangeDesignCodeInWizard
Can change design code in Wizard
public bool CanChangeDesignCodeInWizard { get; set; }Property Value
DesignCode
Gets or sets the Design Code
public string DesignCode { get; set; }Property Value
ExportAllLinearCombination
All linear combination will be exported to IDEA connection
public bool ExportAllLinearCombination { get; set; }Property Value
UseWizard
Open import wizard window
public bool UseWizard { get; set; }Property Value
UserWizardBrand
Set user Wizard Brand
public string UserWizardBrand { get; set; }