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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also