TiremTerrainProfileDistances Property |
Gets the array of great circle distances from the beginning of the profile to each profile point in meters.
Namespace:
AGI.Foundation.Tirem
Assembly:
AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[] Distances { get; }
Public ReadOnly Property Distances As Double()
Get
public:
property array<double>^ Distances {
array<double>^ get ();
}
member Distances : float[] with get
Property Value
Type:
DoubleSee Also