Class Result.AreaResult
Represents the area result.
public sealed class Result.AreaResult : Result
  - Inheritance
 - 
      
      
      Result.AreaResult
 
- Inherited Members
 
Constructors
AreaResult(AreaValue)
Initializes a new instance of the Result.AreaResult class.
public AreaResult(AreaValue area)
  Parameters
areaAreaValueThe area value.
Properties
Area
Gets the area value.
public override AreaValue Area { get; }
  Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
  Returns
- string
 A string that represents the current object.
Operators
implicit operator AreaValue(AreaResult)
Converts Result.AreaResult to AreaValue.
[ExcludeFromCodeCoverage]
public static implicit operator AreaValue(Result.AreaResult areaResult)
  Parameters
areaResultResult.AreaResultThe area result.
Returns
- AreaValue
 The area value.