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


ILasToRasterFunctionArguments.MaxHoleWidthFilled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.MaxHoleWidthFilled Property

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

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface