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


IShadedReliefFunctionArguments.RGB Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IShadedReliefFunctionArguments.RGB Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IShadedReliefFunctionArguments Interface