Click or drag to resize

TerrainProviderReferenceSurface Property

Gets or sets the reference surface. The GetHeight(Double, Double) method returns heights relative to this reference surface. If this property is , the heights are relative to the surface of the Shape ellipsoid instead.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TerrainProvider ReferenceSurface { get; protected set; }

Property Value

Type: TerrainProvider
See Also