    

 ## On this page

  

 

 #  Class DesignParameter

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.DOE.Result](VM.Managed.DAFUL.DOE.Result.md)  
Assembly: VMDDOEResult.dll

```csharp
public class DesignParameter : DOEInformationBase

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [DOEInformationBase](VM.Managed.DAFUL.DOE.Result.DOEInformationBase.md) ← [DesignParameter](VM.Managed.DAFUL.DOE.Result.DesignParameter.md)

#### Inherited Members

[DOEInformationBase.Path](VM.Managed.DAFUL.DOE.Result.DOEInformationBase.md#VM_Managed_DAFUL_DOE_Result_DOEInformationBase_Path), [DOEInformationBase.Name](VM.Managed.DAFUL.DOE.Result.DOEInformationBase.md#VM_Managed_DAFUL_DOE_Result_DOEInformationBase_Name), [DOEInformationBase.Index](VM.Managed.DAFUL.DOE.Result.DOEInformationBase.md#VM_Managed_DAFUL_DOE_Result_DOEInformationBase_Index)

#### 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_DOE_Result_DesignParameter__ctor"></a> DesignParameter()

```csharp
public DesignParameter()

```

## Properties

### <a id="VM_Managed_DAFUL_DOE_Result_DesignParameter_Current"></a> Current

```csharp
public double Current { get; set; }

```

#### Property Value

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

### <a id="VM_Managed_DAFUL_DOE_Result_DesignParameter_Lower"></a> Lower

```csharp
public double Lower { get; set; }

```

#### Property Value

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

### <a id="VM_Managed_DAFUL_DOE_Result_DesignParameter_Type"></a> Type

```csharp
public DesignParameter.ValueType Type { get; set; }

```

#### Property Value

[DesignParameter](VM.Managed.DAFUL.DOE.Result.DesignParameter.md).[ValueType](VM.Managed.DAFUL.DOE.Result.DesignParameter.ValueType.md)

### <a id="VM_Managed_DAFUL_DOE_Result_DesignParameter_Upper"></a> Upper

```csharp
public double Upper { get; set; }

```

#### Property Value

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

### <a id="VM_Managed_DAFUL_DOE_Result_DesignParameter_Values"></a> Values

```csharp
public double[] Values { get; set; }

```

#### Property Value

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

## Methods

### <a id="VM_Managed_DAFUL_DOE_Result_DesignParameter_GetName"></a> GetName()

```csharp
public string GetName()

```

#### Returns

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