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


ILasToRasterFunctionArguments.MaxHoleWidthFilled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.MaxHoleWidthFilled Property
ArcGIS Developer Help

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