Click or drag to resize

CompositeTerrainProvider.GetHeight Method

Overload List
  NameDescription
Public methodGetHeight(Double, Double)
Gets the interpolated height of the terrain at the specified longitude and latitude using the default interpolator for this terrain provider.
(Overrides TerrainProvider.GetHeight(Double, Double).)
Public methodGetHeight(Double, Double, RasterTerrainInterpolator)
Gets the interpolated height of the terrain at the specified longitude and latitude using the given interpolator.
Top
See Also