Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class Settings

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll

This class is to represent the setting for car configuration.

[SettingsProvider(typeof(HybridSettingsProvider))]
[SettingsGroupName("VM.Managed.DAFUL.Car.Settings")]
public class Settings : SettingsBase<settings>

Inheritance

objectSettingsBaseApplicationSettingsBase ← SettingsBaseSettings

Inherited Members

SettingsBase.GetProperty(string), SettingsBase.Default, SettingsBase.RootPath

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

Settings()

Initializes a new instance of the class.

public Settings()

Properties

FourPostTestrigPath

Gets the four post testrig path.

[ApplicationScopedSetting]
public string FourPostTestrigPath { get; }

Property Value

string

FullTestrigPath

Gets the full testrig path.

[ApplicationScopedSetting]
public string FullTestrigPath { get; }

Property Value

string

HalfTestrigPath

Gets the half testrig path.

[ApplicationScopedSetting]
public string HalfTestrigPath { get; }

Property Value

string

IsoLaneChangePath

Gets the iso lane change path.

[ApplicationScopedSetting]
public string IsoLaneChangePath { get; }

Property Value

string

RoadPath

Gets or sets the road path.

[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("..\\Document\\Standard Work\\Roads\\2d_flat.rdf")]
public string RoadPath { get; set; }

Property Value

string

ShimmyJudderTestrigPath

Gets the shimmy judder testrig path.

[ApplicationScopedSetting]
public string ShimmyJudderTestrigPath { get; }

Property Value

string

StandardWorkPath

Gets the standard work path.

[ApplicationScopedSetting]
public string StandardWorkPath { get; }

Property Value

string

TireTestrigPath

Gets the tire testrig path.

[ApplicationScopedSetting]
public string TireTestrigPath { get; }

Property Value

string

UsedFourPostTestRigName

Gets or sets the name of the used four post test rig.

[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedFourPostTestRigName { get; set; }

Property Value

string

UsedFullTestRigName

Gets or sets the name of the used full test rig.

[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedFullTestRigName { get; set; }

Property Value

string

UsedHalfTestRigName

Gets or sets the name of the used half test rig.

[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedHalfTestRigName { get; set; }

Property Value

string

UsedShimmyJudderTestRigName

Gets or sets the name of the used shimmy judder test rig.

[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedShimmyJudderTestRigName { get; set; }

Property Value

string

UsedTireTestRigName

Gets or sets the name of the used tire test rig.

[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedTireTestRigName { get; set; }

Property Value

string

Connect with Ansys