Skip to content

CloudGradeSegment

Namespace: ThinkGeo.Core

Represents a grade segment

public struct CloudGradeSegment

Inheritance ObjectValueTypeCloudGradeSegment

Remarks:

Represents a grade segment

Properties

Grade

The grade value.

public double Grade { get; }

Property Value

Double

GradeLine

The grade Line

public LineShape GradeLine { get; }

Property Value

LineShape

StartingElevation

The elevation of GradeLine start point

public double StartingElevation { get; }

Property Value

Double

EndingElevation

The elevation of GradeLine end point

public double EndingElevation { get; }

Property Value

Double

Constructors

CloudGradeSegment(Double, LineShape, Double, Double)

The constructor of this struct

CloudGradeSegment(double grade, LineShape gradeLine, double startingElevation, double endingElevation)

Parameters

grade Double
The grade value.

gradeLine LineShape
The grade Line

startingElevation Double
The elevation of GradeLine start point

endingElevation Double
The elevation of GradeLine end point