Click or drag to resize

TerrainProvider.Shape Property

Gets or sets the shape on which the longitude and latitude are defined. If ReferenceSurface is null, the heights returned by GetHeight(Double, Double) are relative to this ellipsoid as well.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Ellipsoid Shape { get; protected set; }

Property Value

Type: Ellipsoid
See Also