This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Raster Property (ArcObjects .NET 10.4 SDK) |
The source raster object.
[Visual Basic .NET] Public Property Raster As Object
[C#] public object Raster {get; set;}
[C++]
HRESULT get_Raster(
LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_Raster(
LPUNKNOWN ppRaster
);
[C++]
Parameters ppRaster [out, retval] ppRaster is a parameter of type LPUNKNOWN ppRaster [in] ppRaster is a parameter of type LPUNKNOWN