Class GroundWater
public class GroundWater
- Inheritance
-
GroundWater
- Inherited Members
- Extension Methods
Constructors
GroundWater(string, Color?)
public GroundWater(string name, Color? color = null)
Parameters
Properties
Color
public Color? Color { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
_colour
public string _colour { get; set; }