Class ProgramSettings
Inheritance
System.Object
ProgramSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ProgramSettings : PerMachineSettings, IEquatable<APIBase>
Properties
AllowMultithreading
Declaration
public bool AllowMultithreading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AskForPartNamesInThe2DView
Declaration
public bool AskForPartNamesInThe2DView { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AutoReturnLicencesInactivityIntervalMinutes
Declaration
public Overridable<int> AutoReturnLicencesInactivityIntervalMinutes { get; set; }
Property Value
AutosaveDirectory
Declaration
public string AutosaveDirectory { get; }
Property Value
| Type |
Description |
| System.String |
|
AutosaveIntervalMinutes
Declaration
public Overridable<int> AutosaveIntervalMinutes { get; set; }
Property Value
CheckForNewVersionOnStartup
Declaration
public ProgramSettings.CheckForNewerVersionOption CheckForNewVersionOnStartup { get; set; }
Property Value
ConfirmExit
Declaration
public bool ConfirmExit { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool IncludeOverridablePropertySourceInformation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LoadSavedOperationModeAndSelection
Declaration
public bool LoadSavedOperationModeAndSelection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaximumNumberOfFilesToStoreInHistory
Declaration
public int MaximumNumberOfFilesToStoreInHistory { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MaximumNumberOfThreadsForLargeOperations
Declaration
public Overridable<int> MaximumNumberOfThreadsForLargeOperations { get; set; }
Property Value
Declaration
public Overridable<int> MaximumNumberOfThreadsForMathematicallyIntensiveOperations { get; set; }
Property Value
MaximumNumberOfUndoItems
Declaration
public int MaximumNumberOfUndoItems { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfConnectionsToShowWhenMultiSelecting
Declaration
public int NumberOfConnectionsToShowWhenMultiSelecting { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfCPUCores
Declaration
public int NumberOfCPUCores { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfCPUThreads
Declaration
public int NumberOfCPUThreads { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfDaysOfAdvanceWarningForExpiringFeatures
Declaration
public int NumberOfDaysOfAdvanceWarningForExpiringFeatures { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
OverrideFont
Declaration
public string OverrideFont { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SaveDRIVAResultsByDefault
Declaration
public bool SaveDRIVAResultsByDefault { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowDrawingNumbersInTreeView
Declaration
public bool ShowDrawingNumbersInTreeView { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowNumberOfTeethWithGearSetNames
Declaration
public bool ShowNumberOfTeethWithGearSetNames { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowUserInterfaceHints
Declaration
public bool ShowUserInterfaceHints { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TwoDCADGuideModelAutosaveSizeLimit
Declaration
public double TwoDCADGuideModelAutosaveSizeLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseBackgroundSaving
Declaration
public bool UseBackgroundSaving { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseCompressionForMASTAFiles { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseDefaultAutosaveDirectory
Declaration
public bool UseDefaultAutosaveDirectory { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UserDefinedAutosaveDirectory
Declaration
public string UserDefinedAutosaveDirectory { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UseStandardDialogForFileOpen
Declaration
public bool UseStandardDialogForFileOpen { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseStandardDialogForFileSave
Declaration
public bool UseStandardDialogForFileSave { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
ClearMRUEntries()
Declaration
public void ClearMRUEntries()
SelectAutosaveDirectory()
Declaration
public void SelectAutosaveDirectory()
Implements
System.IEquatable<T>
Extension Methods