This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.MaxHoleWidthFilled Property (ArcObjects .NET 10.4 SDK) |
Fill holes up to this width or height by interpolation from hole boundaries.
[Visual Basic .NET] Public Property MaxHoleWidthFilled As Double
[C#] public double MaxHoleWidthFilled {get; set;}
[C++]
HRESULT get_MaxHoleWidthFilled(
double* pMaxHoleWidth
);
[C++]
HRESULT put_MaxHoleWidthFilled(
double pMaxHoleWidth
);
[C++]
Parameters pMaxHoleWidth [out, retval] pMaxHoleWidth is a parameter of type double pMaxHoleWidth [in] pMaxHoleWidth is a parameter of type double