TiremTerrainProfileHeights Property |
Gets the array of profile terrain heights above mean sea level 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[] Heights { get; }
Public ReadOnly Property Heights As Double()
Get
public:
property array<double>^ Heights {
array<double>^ get ();
}
member Heights : float[] with get
Property Value
Type:
DoubleSee Also