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


IDisplay.hPalette Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDisplay.hPalette Property

Palette.

[Visual Basic .NET]
Public Property hPalette As Integer
[C#]
public int hPalette {get; set;}
[C++]
HRESULT get_hPalette(
  long* hPalette
);
[C++]
HRESULT put_hPalette(
  long hPalette
);
[C++]

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

Product Availability

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

See Also

IDisplay Interface