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


IElevationVoidFillFunctionArguments2.ShortRangeIDWRadius Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IElevationVoidFillFunctionArguments2.ShortRangeIDWRadius Property

Try to fill every void pixel using IDW with this radius. <= 0 means off.

[Visual Basic .NET]
Public Property ShortRangeIDWRadius As Double
[C#]
public double ShortRangeIDWRadius {get; set;}
[C++]
HRESULT get_ShortRangeIDWRadius(
  double* pRadius
);
[C++]
HRESULT put_ShortRangeIDWRadius(
  double pRadius
);
[C++]

Parameters pRadius [out, retval] pRadius is a parameter of type double pRadius [in] pRadius is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IElevationVoidFillFunctionArguments2 Interface