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


IExportBMP.Palette Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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(
  long* phPal
);
[C++]

Parameters phPal [out, retval] phPal is a parameter of type long

Product Availability

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

See Also

IExportBMP Interface