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


IBmpExporter.Palette Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IBmpExporter.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* hPal
);
[C++]

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

Product Availability

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

See Also

IBmpExporter Interface