ArcObjects Library Reference (DataSourcesRaster)  

ILasDatasetToRasterFunctionArguments.VoidFillMethod Property

Void fill method.

[Visual Basic .NET]
Public Property VoidFillMethod As esriRasterLasVoidFillMethod
[C#]
public esriRasterLasVoidFillMethod VoidFillMethod {get; set;}
[C++]
HRESULT get_VoidFillMethod(
  esriRasterLasVoidFillMethod* pVoidFillMethod
);
[C++]
HRESULT put_VoidFillMethod(
  esriRasterLasVoidFillMethod pVoidFillMethod
);
[C++]

Parameters

pVoidFillMethod [out, retval]

  pVoidFillMethod is a parameter of type esriRasterLasVoidFillMethod

pVoidFillMethod [in]

  pVoidFillMethod is a parameter of type esriRasterLasVoidFillMethod

Product Availability

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

See Also

ILasDatasetToRasterFunctionArguments Interface