Skip to content

CloudGradeResult

Namespace: ThinkGeo.Core

Represents the result of the grade.

public class CloudGradeResult

Inheritance ObjectCloudGradeResult

Remarks:

Represents the result of the grade.

Properties

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

AverageGrade

The average grade.

public double AverageGrade { get; }

Property Value

Double

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.