IElevationVoidFillFunctionArguments Interface

Members

Name Description
Read/write property AddedFrameWidth Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Read/write property MaxVoidWidth Fill only voids smaller than this. 0 means all, < 0 means off.
Read/write property 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)

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.