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


ILocalOp.LowestPosition 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.LowestPosition Method
ArcGIS Developer Help

ILocalOp.LowestPosition Method

Calculates the local lowest position within GeoDatasets.

[Visual Basic .NET]
Public Function LowestPosition ( _
    ByVal LocalData As IGeoDataset _
) As IGeoDataset
[C#]
public IGeoDataset LowestPosition (
    IGeoDataset LocalData
);
[C++]
HRESULT LowestPosition(
  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 that identifies the values used in defining the argument list for the local processing

 

See Also

ILocalOp Interface