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