Class Settings
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the setting for configuration.
[SettingsProvider(typeof(HybridSettingsProvider))]
public class Settings : SettingsBase<settings>
Inheritance
object ←
SettingsBase ←
ApplicationSettingsBase ←
SettingsBase
Inherited Members
SettingsBase
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Settings()
Initializes a new instance of the
public Settings()
Properties
ANSYSRstReaderPath
Gets the ANSYSRstReader.dll path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\ANSYSRstReader.dll")]
public string ANSYSRstReaderPath { get; }
Property Value
AccuracyForCADImportMassCalculate
Gets or sets the accuracy for CAD import mass calculate.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("1e-2")]
public double AccuracyForCADImportMassCalculate { get; set; }
Property Value
AccuracyForMassCalculate
Gets or sets the accuracy for mass calculate.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("1e-6")]
public double AccuracyForMassCalculate { get; set; }
Property Value
AdditionalPythonLibPath
Gets the additional libpath for the function expression editor
[ApplicationScopedSetting]
[DefaultSettingValue("..\\..\\commonfiles\\CPython\\3_7\\winx64\\Release\\python\\Lib;..\\Solver\\Console")]
public IEnumerable<string> AdditionalPythonLibPath { get; }
Property Value
AutoSaveInterval
Gets or sets the auto save interval.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("5")]
public int AutoSaveInterval { get; set; }
Property Value
AxisLocation
Gets or sets the Axis Location.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("AxisRightBottom")]
public AxisLocation AxisLocation { get; set; }
Property Value
AxisLocation
AxisUseRotate
Gets or sets the whether user uses rotate in the axis area or not.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool AxisUseRotate { get; set; }
Property Value
CADConvertPath
Gets the CAD convert path.
[ApplicationScopedSetting]
public string CADConvertPath { get; }
Property Value
CenterMainKey1
Gets or sets the CenterMainKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB_Click")]
public NavigationKeys CenterMainKey1 { get; set; }
Property Value
NavigationKeys
CenterMainKey2
Gets or sets the CenterMainKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB_Click")]
public NavigationKeys CenterMainKey2 { get; set; }
Property Value
NavigationKeys
CenterMainKey3
Gets or sets the CenterMainKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Ctrl")]
public NavigationKeys CenterMainKey3 { get; set; }
Property Value
NavigationKeys
CenterMainKey4
Gets or sets the CenterMainKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("C")]
public NavigationKeys CenterMainKey4 { get; set; }
Property Value
NavigationKeys
CenterSubKey1
Gets or sets the CenterSubKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("NONE")]
public NavigationKeys CenterSubKey1 { get; set; }
Property Value
NavigationKeys
CenterSubKey2
Gets or sets the CenterSubKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("NONE")]
public NavigationKeys CenterSubKey2 { get; set; }
Property Value
NavigationKeys
CenterSubKey3
Gets or sets the CenterSubKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB_Click")]
public NavigationKeys CenterSubKey3 { get; set; }
Property Value
NavigationKeys
CenterSubKey4
Gets or sets the CenterSubKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB_Click")]
public NavigationKeys CenterSubKey4 { get; set; }
Property Value
NavigationKeys
CloseStartPageAfterOpenWork
Gets or sets a value indicating whether close start page after opening work or not.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool CloseStartPageAfterOpenWork { get; set; }
Property Value
ConsoleSolverPath
Gets the console solver path.
[ApplicationScopedSetting]
[NoSettingsVersionUpgrade]
public string ConsoleSolverPath { get; }
Property Value
ControlsPreset
Gets or sets the Preset Value for Navigation Controls
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string ControlsPreset { get; set; }
Property Value
ConversionMethod
Kernel ACIS to Parasolid translator log message report level.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Auto")]
public ConversionMethod ConversionMethod { get; set; }
Property Value
ConversionMethod
CopyrightAndOSSLicenseInfoPath
Gets the Copyright and OSS License info file path.
[ApplicationScopedSetting]
public string CopyrightAndOSSLicenseInfoPath { get; }
Property Value
DbClickMode_AssembledBody
Gets or sets the db click mode_ assembled body.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("0")]
public int DbClickMode_AssembledBody { get; set; }
Property Value
DbClickMode_FlexibleBody
Gets or sets the db click mode_ flexible body.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("0")]
public int DbClickMode_FlexibleBody { get; set; }
Property Value
DbClickMode_Subsystem
Gets or sets the db click mode_ subsystem.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("0")]
public int DbClickMode_Subsystem { get; set; }
Property Value
DebugMode
Gets a value indicating whether [debug mode].
[ApplicationScopedSetting]
[DefaultSettingValue("false")]
public bool DebugMode { get; }
Property Value
Decimals
Gets or sets the decimals.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("8")]
public int Decimals { get; set; }
Property Value
DefaultMode_Subsystem
Gets or sets the default mode of subsystem document.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string DefaultMode_Subsystem { get; set; }
Property Value
DeveloperMode
Gets or sets a value indicating whether is developer mode or not.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool DeveloperMode { get; set; }
Property Value
DialogPath
Gets the dialog path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\")]
public string DialogPath { get; }
Property Value
DocumentPath
Gets the document path.
[ApplicationScopedSetting]
public string DocumentPath { get; }
Property Value
DotNetMinVersion
Gets the .NET Framework Minimum Version.
[ApplicationScopedSetting]
public Version DotNetMinVersion { get; }
Property Value
FrontViewPlane
Gets or sets the front view plane.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("ZY_PlusZ")]
public ViewPlane FrontViewPlane { get; set; }
Property Value
ViewPlane
FunctionExpressionScriptHeader
Gets the function expression script header for the function expression editor
[ApplicationScopedSetting]
[DefaultSettingValue("from MotionFunction.FuncExp import *")]
public string FunctionExpressionScriptHeader { get; }
Property Value
GUISolverPath
Gets the GUI solver path.
[ApplicationScopedSetting]
[NoSettingsVersionUpgrade]
public string GUISolverPath { get; }
Property Value
HelpURL
Gets the url for help page
[ApplicationScopedSetting]
public string HelpURL { get; }
Property Value
HighSpeedRotationReferenceValue
Gets the high-speed rotation reference value
[ApplicationScopedSetting]
[DefaultSettingValue("1.0e2")]
public double HighSpeedRotationReferenceValue { get; }
Property Value
HoopsExchangeDirectory
Gets the Hoops Exchange directory.
[ApplicationScopedSetting]
[NoSettingsVersionUpgrade]
public string HoopsExchangeDirectory { get; }
Property Value
InterfacePath
Gets the interface path.
[ApplicationScopedSetting]
public string InterfacePath { get; }
Property Value
KernelBinaryLocation
Gets the kernel binary location
[ApplicationScopedSetting]
[DefaultSettingValue("..\\..\\commonfiles\\CAD\\Parasolid")]
public string KernelBinaryLocation { get; }
Property Value
KernelCoreModulePath
Gets the kernel core module path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\Kernel\\VMUGCPS.dll")]
public string KernelCoreModulePath { get; }
Property Value
KernelLogMessageLevel
Kernel log message report level.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("2")]
public int KernelLogMessageLevel { get; set; }
Property Value
KernelPath
Gets the kernel path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\Kernel\\VMAGMUGC.dll")]
public string KernelPath { get; }
Property Value
KernelTranslatorLogMessageLevel
Kernel ACIS to Parasolid translator log message report level.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("2")]
public int KernelTranslatorLogMessageLevel { get; set; }
Property Value
Labs
Gets or sets a value indicating which lab functionalty is used.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public string Labs { get; set; }
Property Value
LastUsedWorkDirectory
Gets or sets the last used work directory.
[UserScopedSetting]
public string LastUsedWorkDirectory { get; set; }
Property Value
LicenseManagerPath
Gets or sets the license manager path.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("..\\License Manager\\VMLMgr.exe")]
public string LicenseManagerPath { get; set; }
Property Value
LoadPrior242Sp3Files
Opening files saved from version prior to v242 SP3.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool LoadPrior242Sp3Files { get; set; }
Property Value
Locale
Gets or sets a value indicating locale of user setting page.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("AUTO")]
public string Locale { get; set; }
Property Value
LogLicenseEvent
Gets or sets the License status event log flag.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("0")]
public int LogLicenseEvent { get; set; }
Property Value
MFInterfacePath
Gets the MF_Interface.dll path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\Import\\MF_Interface.dll")]
public string MFInterfacePath { get; }
Property Value
MaterialLibraryDirectory
Gets the material library directory.
[ApplicationScopedSetting]
public string MaterialLibraryDirectory { get; }
Property Value
MaximumOpenPropertyDialogCount
Gets the maximum number of property dialogs that can be opened.
[ApplicationScopedSetting]
[DefaultSettingValue("4")]
public int MaximumOpenPropertyDialogCount { get; }
Property Value
MaxwellVersion
Specify the Maxwell version to use for the Magnet forces.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("N/A")]
public string MaxwellVersion { get; set; }
Property Value
MesherCorePath
Gets the VMMesherCore.dll path.
[ApplicationScopedSetting]
public string MesherCorePath { get; }
Property Value
MeshfreePreprocessorPath
Gets the MeshfreePreprocessorPath.exe path.
[ApplicationScopedSetting]
public string MeshfreePreprocessorPath { get; }
Property Value
MouseDownZoomIn1
Gets or sets the MouseDownZoomIn1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool MouseDownZoomIn1 { get; set; }
Property Value
MouseDownZoomIn2
Gets or sets the MouseDownZoomIn2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool MouseDownZoomIn2 { get; set; }
Property Value
MouseDownZoomIn3
Gets or sets the MouseDownZoomIn3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool MouseDownZoomIn3 { get; set; }
Property Value
MouseDownZoomIn4
Gets or sets the MouseDownZoomIn4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool MouseDownZoomIn4 { get; set; }
Property Value
NFtoDAFULPath
Gets the NFtoDAFUL.dll path.
[ApplicationScopedSetting]
public string NFtoDAFULPath { get; }
Property Value
NastranOutReaderPath
Gets the NastranOutReader.dll path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\Import\\NastranOutReader.dll")]
public string NastranOutReaderPath { get; }
Property Value
NumOfMRUFiles
Gets or sets a value indicating how many files will be shown in recently used file list.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("10")]
public int NumOfMRUFiles { get; set; }
Property Value
OEMMode
Gets a value indicating whether [OEMMode].
[ApplicationScopedSetting]
[DefaultSettingValue("true")]
public bool OEMMode { get; }
Property Value
OutputTextBoxInterval
Gets a value indicating whether [output textbox interval].
[ApplicationScopedSetting]
public int OutputTextBoxInterval { get; }
Property Value
PSBodyshopLocation
Parasolid bodyshop (psbodyshop.dll) location
public string PSBodyshopLocation { get; }
Property Value
PSKernelLocation
Parasolid Kernel (pskernel.dll) location
public string PSKernelLocation { get; }
Property Value
PSKernelSchemaLocation
Parasolid schema location
public string PSKernelSchemaLocation { get; }
Property Value
PostPath
Gets or sets the post path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\Postprocessor.exe")]
public string PostPath { get; }
Property Value
PrePath
Gets the pre path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\dfpre.exe")]
public string PrePath { get; }
Property Value
PythonExecutablePath
Gets the function expression script header for the function expression editor
[ApplicationScopedSetting]
[DefaultSettingValue("..\\..\\commonfiles\\CPython\\3_7\\winx64\\Release\\python\\python.exe")]
public string PythonExecutablePath { get; }
Property Value
RedrawKernel
Gets a value indicating whether [redraw kernel].
[ApplicationScopedSetting]
public bool RedrawKernel { get; }
Property Value
Rendering
Gets or sets the rendering.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("3")]
public int Rendering { get; set; }
Property Value
RotateMainKey1
Gets or sets the RotateMainKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB")]
public NavigationKeys RotateMainKey1 { get; set; }
Property Value
NavigationKeys
RotateMainKey2
Gets or sets the RotateMainKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB")]
public NavigationKeys RotateMainKey2 { get; set; }
Property Value
NavigationKeys
RotateMainKey3
Gets or sets the RotateMainKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Ctrl")]
public NavigationKeys RotateMainKey3 { get; set; }
Property Value
NavigationKeys
RotateMainKey4
Gets or sets the RotateMainKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("R")]
public NavigationKeys RotateMainKey4 { get; set; }
Property Value
NavigationKeys
RotateSpeed
Gets or sets the Rotate Speed
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("5")]
public int RotateSpeed { get; set; }
Property Value
RotateSubKey1
Gets or sets the RotateSubKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB_or_RMB")]
public NavigationKeys RotateSubKey1 { get; set; }
Property Value
NavigationKeys
RotateSubKey2
Gets or sets the RotateSubKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("NONE")]
public NavigationKeys RotateSubKey2 { get; set; }
Property Value
NavigationKeys
RotateSubKey3
Gets or sets the RotateSubKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB")]
public NavigationKeys RotateSubKey3 { get; set; }
Property Value
NavigationKeys
RotateSubKey4
Gets or sets the RotateSubKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB_or_MMB")]
public NavigationKeys RotateSubKey4 { get; set; }
Property Value
NavigationKeys
RotateTrackball
Gets or sets the RotateTrackball
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool RotateTrackball { get; set; }
Property Value
RunDllPath
Gets the RunDLL.exe path.
[ApplicationScopedSetting]
public string RunDllPath { get; }
Property Value
ShowFileCompatibilityNotice
Show file compatibility notice at startup.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool ShowFileCompatibilityNotice { get; set; }
Property Value
ShowStartPageAtStartup
Gets or sets a value indicating whether show start page at application startup or not.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool ShowStartPageAtStartup { get; set; }
Property Value
SolutionPath
Gets the solution path.
[ApplicationScopedSetting]
public string SolutionPath { get; }
Property Value
SolverDirectory
Gets the solver directory.
[ApplicationScopedSetting]
public string SolverDirectory { get; }
Property Value
SplashPath
Gets the splash path.
[ApplicationScopedSetting]
public string SplashPath { get; }
Property Value
StrideBinaryDirectory
Gets the Stride binary location
[ApplicationScopedSetting]
[DefaultSettingValue("..\\..\\commonfiles\\Stride")]
public string StrideBinaryDirectory { get; }
Property Value
StrideConvertPath
Stride Convert(Convert.exe) location
public string StrideConvertPath { get; }
Property Value
StrideDependencies
Gets the Stride dependencies
[ApplicationScopedSetting]
[DefaultSettingValue("..\\..\\commonfiles\\CAD\\Acis\\winx64")]
public string StrideDependencies { get; }
Property Value
TemplatePath
Gets the template path.
[ApplicationScopedSetting]
[DefaultSettingValue(".\\Templates")]
public string TemplatePath { get; }
Property Value
TextEditor
Gets or sets a text editor.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("notepad.exe")]
public string TextEditor { get; set; }
Property Value
TextEditorArgument
Argument to launch text editor.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("\"$file$\"")]
public string TextEditorArgument { get; set; }
Property Value
ToolkitInfoPath
Gets the toolkit info path.
[ApplicationScopedSetting]
public string ToolkitInfoPath { get; }
Property Value
TranslateMainKey1
Gets or sets the TranslateMainKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB")]
public NavigationKeys TranslateMainKey1 { get; set; }
Property Value
NavigationKeys
TranslateMainKey2
Gets or sets the TranslateMainKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Ctrl")]
public NavigationKeys TranslateMainKey2 { get; set; }
Property Value
NavigationKeys
TranslateMainKey3
Gets or sets the TranslateMainKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Ctrl")]
public NavigationKeys TranslateMainKey3 { get; set; }
Property Value
NavigationKeys
TranslateMainKey4
Gets or sets the TranslateMainKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("T")]
public NavigationKeys TranslateMainKey4 { get; set; }
Property Value
NavigationKeys
TranslateSubKey1
Gets or sets the TranslateSubKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("NONE")]
public NavigationKeys TranslateSubKey1 { get; set; }
Property Value
NavigationKeys
TranslateSubKey2
Gets or sets the TranslateSubKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB")]
public NavigationKeys TranslateSubKey2 { get; set; }
Property Value
NavigationKeys
TranslateSubKey3
Gets or sets the TranslateSubKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("RMB")]
public NavigationKeys TranslateSubKey3 { get; set; }
Property Value
NavigationKeys
TranslateSubKey4
Gets or sets the TranslateSubKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB_or_MMB")]
public NavigationKeys TranslateSubKey4 { get; set; }
Property Value
NavigationKeys
TranslatorDirectory
Gets the translator directory.
[ApplicationScopedSetting]
[NoSettingsVersionUpgrade]
public string TranslatorDirectory { get; }
Property Value
UseAutoCheckDotNetVersion
Gets or sets a value indicating whether [use auto check .NET Framework version].
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool UseAutoCheckDotNetVersion { get; set; }
Property Value
UseAutoCreateOK
Gets or sets a value indicating whether [use auto ok].
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool UseAutoCreateOK { get; set; }
Property Value
UseAutoPickerOK
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool UseAutoPickerOK { get; set; }
Property Value
UseAutoSave
Gets or sets a value indicating whether [use auto save].
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool UseAutoSave { get; set; }
Property Value
UseConsoleSolver
Argument to launch text editor.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool UseConsoleSolver { get; set; }
Property Value
UseDefaultStartPage
Gets or sets a value indicating whether show default start page or user defined start page.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool UseDefaultStartPage { get; set; }
Property Value
UseDefaultTemp
Gets or sets a value indicating whether [use default temp path].
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool UseDefaultTemp { get; set; }
Property Value
UseDockableCreateAndPickerWindows
Gets or sets a value indicating whether [use dockable create and picker windows].
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool UseDockableCreateAndPickerWindows { get; set; }
Property Value
UserRibbon
Gets or sets the user ribbon directory.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UserRibbon { get; set; }
Property Value
UserStartPage
Gets or sets a value indicating url of user setting page.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("")]
public string UserStartPage { get; set; }
Property Value
UserTempPath
Gets or sets the user temp path.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UserTempPath { get; set; }
Property Value
VMMesherPath
Gets the VMMesher path.
[ApplicationScopedSetting]
public string VMMesherPath { get; }
Property Value
Verify
Gets a value indicating whether [verify].
[ApplicationScopedSetting]
public bool Verify { get; }
Property Value
VerifyLevel
Gets or sets the verify level.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("0")]
public int VerifyLevel { get; set; }
Property Value
WheelDownZoomIn1
Gets or sets the WheelDownZoomIn1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool WheelDownZoomIn1 { get; set; }
Property Value
WheelDownZoomIn2
Gets or sets the WheelDownZoomIn2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool WheelDownZoomIn2 { get; set; }
Property Value
WheelDownZoomIn3
Gets or sets the WheelDownZoomIn3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool WheelDownZoomIn3 { get; set; }
Property Value
WheelDownZoomIn4
Gets or sets the WheelDownZoomIn4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool WheelDownZoomIn4 { get; set; }
Property Value
XmlSolverManagerPath
Gets the XML solver manager path.
[ApplicationScopedSetting]
public string XmlSolverManagerPath { get; }
Property Value
ZoomMainKey1
Gets or sets the ZoomMainKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB")]
public NavigationKeys ZoomMainKey1 { get; set; }
Property Value
NavigationKeys
ZoomMainKey2
Gets or sets the ZoomMainKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Shift")]
public NavigationKeys ZoomMainKey2 { get; set; }
Property Value
NavigationKeys
ZoomMainKey3
Gets or sets the ZoomMainKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("NONE")]
public NavigationKeys ZoomMainKey3 { get; set; }
Property Value
NavigationKeys
ZoomMainKey4
Gets or sets the ZoomMainKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("Z")]
public NavigationKeys ZoomMainKey4 { get; set; }
Property Value
NavigationKeys
ZoomSpeed
Gets or sets the Zoom Speed
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("5")]
public int ZoomSpeed { get; set; }
Property Value
ZoomSubKey1
Gets or sets the ZoomSubKey1
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB_or_RMB_Click")]
public NavigationKeys ZoomSubKey1 { get; set; }
Property Value
NavigationKeys
ZoomSubKey2
Gets or sets the ZoomSubKey2
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("MMB")]
public NavigationKeys ZoomSubKey2 { get; set; }
Property Value
NavigationKeys
ZoomSubKey3
Gets or sets the ZoomSubKey3
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("NONE")]
public NavigationKeys ZoomSubKey3 { get; set; }
Property Value
NavigationKeys
ZoomSubKey4
Gets or sets the ZoomSubKey4
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("LMB")]
public NavigationKeys ZoomSubKey4 { get; set; }
Property Value
NavigationKeys
this[string]
public override object this[string propertyName] { get; set; }
Property Value
v242Sp3Exists
public static bool v242Sp3Exists { get; }
Property Value
Methods
GetMappedVersionString(string)
public string GetMappedVersionString(string version)
Parameters
version string
Returns
IsLabFeatureEnabled(string)
public bool IsLabFeatureEnabled(string featureName)
Parameters
featureName string
Returns
IsValidMaxwellVersion(string)
public bool IsValidMaxwellVersion(string version)
Parameters
version string