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


IExportBMP.Palette Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportBMP Interface > IExportBMP.Palette Property
ArcGIS Developer Help

IExportBMP.Palette Property

The Windows Bitmap color palette.

[Visual Basic .NET]
Public ReadOnly Property Palette As Integer
[C#]
public int Palette {get;}
[C++]
HRESULT get_Palette(
  OLE_HANDLE* phPal
);
[C++]
Parameters
phPal [out, retval]

phPal is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IExportBMP Interface