Table of Contents

Class CloudGradeResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Represents the result of the grade.

[Obfuscation(Exclude = true)]
public class CloudGradeResult
Inheritance
CloudGradeResult
Inherited Members

Remarks

Represents the result of the grade.

Constructors

CloudGradeResult(CloudGradeSegment, CloudGradeSegment, double)

The constructor of this class

public CloudGradeResult(CloudGradeSegment highestGradeSegment, CloudGradeSegment lowestGradeSegment, double averageGrade)

Parameters

highestGradeSegment CloudGradeSegment

The highest grade segment.

lowestGradeSegment CloudGradeSegment

The lowest grade segment.

averageGrade double

The average grade.

Properties

AverageGrade

The average grade.

public double AverageGrade { get; }

Property Value

double

GradeSegments

The collection of the elevation grade data.

public Collection<CloudGradeSegment> GradeSegments { get; }

Property Value

Collection<CloudGradeSegment>

HighestGradeSegment

The highest grade segment.

public CloudGradeSegment HighestGradeSegment { get; }

Property Value

CloudGradeSegment

LowestGradeSegment

The lowest grade segment.

public CloudGradeSegment LowestGradeSegment { get; }

Property Value

CloudGradeSegment