    

 ## On this page

  

 

 #  Class SuspensionLoadCase.SuspensionMode

 Last update: 16.07.2025 

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

Suspension mode class

```csharp
public class SuspensionLoadCase.SuspensionMode

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [SuspensionLoadCase.SuspensionMode](VM.Managed.DAFUL.Car.SuspensionLoadCase.SuspensionMode.md)

#### 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_SuspensionLoadCase_SuspensionMode__ctor"></a> SuspensionMode()

Initializes a new instance of the  class.

```csharp
public SuspensionMode()

```

## Properties

### <a id="VM_Managed_DAFUL_Car_SuspensionLoadCase_SuspensionMode_CoordinateSystem"></a> CoordinateSystem

Gets or sets the coordinate system.

```csharp
public CoordinateSystemType CoordinateSystem { get; set; }

```

#### Property Value

[CoordinateSystemType](VM.Managed.DAFUL.Car.Analysis.Suspension.CoordinateSystemType.md)

### <a id="VM_Managed_DAFUL_Car_SuspensionLoadCase_SuspensionMode_SteeringMode"></a> SteeringMode

Gets or sets the steering mode.

```csharp
public SteeringInputType SteeringMode { get; set; }

```

#### Property Value

[SteeringInputType](VM.Managed.DAFUL.Car.Analysis.Suspension.SteeringInputType.md)

### <a id="VM_Managed_DAFUL_Car_SuspensionLoadCase_SuspensionMode_TravelMode"></a> TravelMode

Gets or sets the travel mode.

```csharp
public TravelMotionType TravelMode { get; set; }

```

#### Property Value

[TravelMotionType](VM.Managed.DAFUL.Car.Analysis.Suspension.TravelMotionType.md)

### <a id="VM_Managed_DAFUL_Car_SuspensionLoadCase_SuspensionMode_Vertical"></a> Vertical

Gets or sets the vertical.

```csharp
public VerticalType Vertical { get; set; }

```

#### Property Value

[VerticalType](VM.Managed.DAFUL.Car.Analysis.Suspension.VerticalType.md)

### <a id="VM_Managed_DAFUL_Car_SuspensionLoadCase_SuspensionMode_VerticalModeForSetup"></a> VerticalModeForSetup

Gets or sets the vertical mode for setup.

```csharp
public VerticalModeForSetupType VerticalModeForSetup { get; set; }

```

#### Property Value

[VerticalModeForSetupType](VM.Managed.DAFUL.Car.Analysis.Suspension.VerticalModeForSetupType.md)