This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IElevationVoidFillFunctionArguments Interface > IElevationVoidFillFunctionArguments.MaxVoidWidth Property (ArcObjects .NET 10.4 SDK) |
Fill only voids smaller than this. <= 0 means all.
[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