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


ILasDatasetToRasterFunctionArguments.VoidFillMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasDatasetToRasterFunctionArguments Interface > ILasDatasetToRasterFunctionArguments.VoidFillMethod Property
ArcGIS Developer Help

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