Gets the value stored in the cell at the specified Point for the first band.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double GetValueAtPoint(
	Point point
)
Visual Basic (Declaration)
Public Function GetValueAtPoint ( _
	point As Point _
) As Double

Parameters

point
Type: ESRI.ArcGISExplorer.Geometry..::.Point

The Point used to query the Raster. The Point will be projected to the same CoordinateSystem as the Raster if they are different.

Return Value

The cell value at the specified location.

See Also