Class ReliefWithDeviation
Inheritance
System.Object
ReliefWithDeviation
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ReliefWithDeviation : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
LowerLimit
Declaration
public double LowerLimit { get; }
Property Value
| Type |
Description |
| System.Double |
|
Relief
Declaration
public virtual double Relief { get; }
Property Value
| Type |
Description |
| System.Double |
|
Section
Declaration
public string Section { get; }
Property Value
| Type |
Description |
| System.String |
|
UpperLimit
Declaration
public double UpperLimit { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods