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


IRenderedRaster2.RGB32 Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRenderedRaster2.RGB32 Property

Indicates if alpha channel is to be added.

[Visual Basic .NET]
Public Property RGB32 As Boolean
[C#]
public bool RGB32 {get; set;}
[C++]
HRESULT get_RGB32(
  VARIANT_BOOL* pRGB32
);
[C++]
HRESULT put_RGB32(
  VARIANT_BOOL pRGB32
);
[C++]

Parameters pRGB32 [out, retval] pRGB32 is a parameter of type VARIANT_BOOL pRGB32 [in] pRGB32 is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRenderedRaster2 Interface