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


ILasDatasetToRasterFunctionArguments.VoidFillMethod Property (ArcObjects .NET 10.4 SDK)
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