This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITransposeBitsFunctionArguments Interface > ITransposeBitsFunctionArguments.FillRaster Property (ArcObjects .NET 10.5 SDK) |
The fill raster.
[Visual Basic .NET] Public Property FillRaster As Object
[C#] public object FillRaster {get; set;}
[C++]
HRESULT get_FillRaster(
LPUNKNOWN* ppFillRaster
);
[C++]
HRESULT putref_FillRaster(
LPUNKNOWN ppFillRaster
);
[C++]
Parameters ppFillRaster [out, retval] ppFillRaster is a parameter of type LPUNKNOWN ppFillRaster [in] ppFillRaster is a parameter of type LPUNKNOWN