This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IShadedReliefFunctionArguments Interface > IShadedReliefFunctionArguments.RGB Property (ArcObjects .NET 10.5 SDK) |
The input RGB image.
[Visual Basic .NET] Public Property RGB As Object
[C#] public object RGB {get; set;}
[C++]
HRESULT get_RGB(
LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_RGB(
LPUNKNOWN ppRaster
);
[C++]
Parameters ppRaster [out, retval] ppRaster is a parameter of type LPUNKNOWN ppRaster [in] ppRaster is a parameter of type LPUNKNOWN