Table of Contents

Struct CloudGradeSegment

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Represents a grade segment

[Obfuscation(Exclude = true)]
public struct CloudGradeSegment
Inherited Members

Remarks

Represents a grade segment

Constructors

CloudGradeSegment(double, LineShape, double, double)

The constructor of this struct

public 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

Properties

EndingElevation

The elevation of GradeLine end point

public readonly double EndingElevation { get; }

Property Value

double

Grade

The grade value.

public readonly double Grade { get; }

Property Value

double

GradeLine

The grade Line

public readonly LineShape GradeLine { get; }

Property Value

LineShape

StartingElevation

The elevation of GradeLine start point

public readonly double StartingElevation { get; }

Property Value

double