CloudGradeSegment¶
Namespace: ThinkGeo.Core
Represents a grade segment
public struct CloudGradeSegment
Inheritance Object → ValueType → CloudGradeSegment
Remarks:
Represents a grade segment
Properties¶
Grade¶
The grade value.
public double Grade { get; }
Property Value¶
GradeLine¶
The grade Line
public LineShape GradeLine { get; }
Property Value¶
StartingElevation¶
The elevation of GradeLine start point
public double StartingElevation { get; }
Property Value¶
EndingElevation¶
The elevation of GradeLine end point
public double EndingElevation { get; }
Property Value¶
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