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


IElevationVoidFillFunctionArguments.MaxVoidWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IElevationVoidFillFunctionArguments.MaxVoidWidth Property

Fill only voids smaller than this. 0 means all, < 0 means off.

[Visual Basic .NET]
Public Property MaxVoidWidth As Double
[C#]
public double MaxVoidWidth {get; set;}
[C++]
HRESULT get_MaxVoidWidth(
  double* pWidth
);
[C++]
HRESULT put_MaxVoidWidth(
  double pWidth
);
[C++]

Parameters pWidth [out, retval] pWidth is a parameter of type double pWidth [in] pWidth is a parameter of type double

Product Availability

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

See Also

IElevationVoidFillFunctionArguments Interface