Class ConstrainingLayer
Inheritance
System.Object
ConstrainingLayer
Assembly: Eco.Simulation.dll
Syntax
public sealed class ConstrainingLayer : ValueType
Constructors
ConstrainingLayer(String, Single)
Declaration
public ConstrainingLayer(string layerName, float value)
Parameters
Type |
Name |
Description |
System.String |
layerName |
|
System.Single |
value |
|
Properties
LayerName
Declaration
public string LayerName { get; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public float Value { get; }
Property Value
Type |
Description |
System.Single |
|