Members
Name | Description | |
---|---|---|
AddedFrameWidth | Width of safety frame added around pixel block, in pixel. Optional. Default is 128. | |
MaxVoidWidth | Fill only voids smaller than this. 0 means all, < 0 means off. | |
Raster | The input raster. Must have 1 band. |
IElevationVoidFillFunctionArguments.AddedFrameWidth Property
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Public Property AddedFrameWidth As Integer
public int AddedFrameWidth {get; set;}
IElevationVoidFillFunctionArguments.MaxVoidWidth Property
Fill only voids smaller than this. 0 means all, < 0 means off.
Public Property MaxVoidWidth As Double
public double MaxVoidWidth {get; set;}
IElevationVoidFillFunctionArguments.Raster Property
The input raster. Must have 1 band.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IElevationVoidFillFunctionArguments
Classes | Description |
---|---|
ElevationVoidFillFunctionArguments (esriGeoDatabaseExtensions) |