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


IElevationVoidFillFunctionArguments2.ShortRangeIDWRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IElevationVoidFillFunctionArguments2 Interface > IElevationVoidFillFunctionArguments2.ShortRangeIDWRadius Property
ArcGIS Developer Help

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(
  System.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