This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IElevationVoidFillFunctionArguments Interface > IElevationVoidFillFunctionArguments.Raster Property (ArcObjects .NET 10.5 SDK) |
The input raster. Must have 1 band.
[Visual Basic .NET] Public Property Raster As Object
[C#] public object Raster {get; set;}
[C++]
HRESULT get_Raster(
LPUNKNOWN* ppImage
);
[C++]
HRESULT putref_Raster(
LPUNKNOWN ppImage
);
[C++]
Parameters ppImage [out, retval] ppImage is a parameter of type LPUNKNOWN ppImage [in] ppImage is a parameter of type LPUNKNOWN