    

 ## On this page

  

 

 # Class Settings

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Car](VM.Managed.DAFUL.Car.md)  
Assembly: VMDCar.dll

This class is to represent the setting for car configuration.

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

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [SettingsBase](https://learn.microsoft.com/dotnet/api/system.configuration.settingsbase) ← [ApplicationSettingsBase](https://learn.microsoft.com/dotnet/api/system.configuration.applicationsettingsbase) ← SettingsBase ← [Settings](VM.Managed.DAFUL.Car.Settings.md)

#### Inherited Members

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

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Car_Settings__ctor"></a> Settings()

Initializes a new instance of the  class.

```csharp
public Settings()

```

## Properties

### <a id="VM_Managed_DAFUL_Car_Settings_FourPostTestrigPath"></a> FourPostTestrigPath

Gets the four post testrig path.

```csharp
[ApplicationScopedSetting]
public string FourPostTestrigPath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_FullTestrigPath"></a> FullTestrigPath

Gets the full testrig path.

```csharp
[ApplicationScopedSetting]
public string FullTestrigPath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_HalfTestrigPath"></a> HalfTestrigPath

Gets the half testrig path.

```csharp
[ApplicationScopedSetting]
public string HalfTestrigPath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_IsoLaneChangePath"></a> IsoLaneChangePath

Gets the iso lane change path.

```csharp
[ApplicationScopedSetting]
public string IsoLaneChangePath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_RoadPath"></a> RoadPath

Gets or sets the road path.

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

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_ShimmyJudderTestrigPath"></a> ShimmyJudderTestrigPath

Gets the shimmy judder testrig path.

```csharp
[ApplicationScopedSetting]
public string ShimmyJudderTestrigPath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_StandardWorkPath"></a> StandardWorkPath

Gets the standard work path.

```csharp
[ApplicationScopedSetting]
public string StandardWorkPath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_TireTestrigPath"></a> TireTestrigPath

Gets the tire testrig path.

```csharp
[ApplicationScopedSetting]
public string TireTestrigPath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_UsedFourPostTestRigName"></a> UsedFourPostTestRigName

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

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

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_UsedFullTestRigName"></a> UsedFullTestRigName

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

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

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_UsedHalfTestRigName"></a> UsedHalfTestRigName

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

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

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_UsedShimmyJudderTestRigName"></a> UsedShimmyJudderTestRigName

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

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

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Car_Settings_UsedTireTestRigName"></a> UsedTireTestRigName

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

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

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)