This document is archived and information here might be outdated.  Recommended version.


ILocalOp.HighestPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILocalOp Interface > ILocalOp.HighestPosition Method
ArcGIS Developer Help

ILocalOp.HighestPosition Method

Calculates the local highest position within GeoDatasets.

[Visual Basic .NET]
Public Function HighestPosition ( _
    ByVal LocalData As IGeoDataset _
) As IGeoDataset
[C#]
public IGeoDataset HighestPosition (
    IGeoDataset LocalData
);
[C++]
HRESULT HighestPosition(
  IGeoDataset* LocalData
);
[C++]
Parameters
LocalData [in]

LocalData is a parameter of type IGeoDataset*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Remarks

localData

a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the list of Rasters that is used to evaluate the position of the input Raster with the highest value for each cell within the analysis window

 

See Also

ILocalOp Interface