This document is archived and information here might be outdated. Recommended version. |
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