Click or drag to resize

TerrainProvider.ReferenceSurface Property

Gets or sets the reference surface. The GetHeight(Double, Double) method returns heights relative to this reference surface. If this property is null, 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: 25.1.421.0 (25.1.421.0)
Syntax
public TerrainProvider ReferenceSurface { get; protected set; }

Property Value

Type: TerrainProvider
See Also