![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IElevationVoidFillFunctionArguments2 Interface > IElevationVoidFillFunctionArguments2.ShortRangeIDWRadius Property (ArcObjects .NET 10.5 SDK) |
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