Class DesignParameter
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.DOE.Result
Assembly: VMDDOEResult.dll
public class DesignParameter : DOEInformationBase
Inheritance
object ← DOEInformationBase ← DesignParameter
Inherited Members
DOEInformationBase.Path, DOEInformationBase.Name, DOEInformationBase.Index
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DesignParameter()
public DesignParameter()
Properties
Current
public double Current { get; set; }
Property Value
Lower
public double Lower { get; set; }
Property Value
Type
public DesignParameter.ValueType Type { get; set; }
Property Value
Upper
public double Upper { get; set; }
Property Value
Values
public double[] Values { get; set; }
Property Value
double[]
Methods
GetName()
public string GetName()