Table of Contents

Class AllLevels

Namespace
FemDesign.Soil
Assembly
FemDesign.Core.dll
public class AllLevels
Inheritance
AllLevels
Inherited Members
Extension Methods

Constructors

AllLevels()

public AllLevels()

AllLevels(List<double>, List<double>)

public AllLevels(List<double> strataTopLevels, List<double> waterLevels)

Parameters

strataTopLevels List<double>
waterLevels List<double>

Fields

_strataTopLevels

public string _strataTopLevels

Field Value

string

_waterLevels

public string _waterLevels

Field Value

string

Properties

StrataTopLevels

public List<double> StrataTopLevels { get; set; }

Property Value

List<double>

WaterLevels

public List<double> WaterLevels { get; set; }

Property Value

List<double>