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


IDisplay.hPalette Property (ArcObjects .NET 10.6 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(
  OLE_HANDLE* hPalette
);
[C++]
HRESULT put_hPalette(
  OLE_HANDLE hPalette
);
[C++]

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

Product Availability

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

See Also

IDisplay Interface