Gets the value stored in the cell at the specified Point for a particular 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,
	int band
)
Visual Basic (Declaration)
Public Function GetValueAtPoint ( _
	point As Point, _
	band As Integer _
) 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.
band
Type: System..::.Int32

The index of the raster band in the Raster.

Return Value

The cell value at the specified location.

See Also