ArcObjects Library Reference  (Display)    

IDisplay.hPalette Property

Palette.

[Visual Basic 6.0]
Property hPalette As OLE_HANDLE
[Visual Basic .NET]
Public Property hPalette As Integer
[C#]
public int hPalette {get; set;}
[Java]
public  gethPalette (
    OLE_HANDLE hPalette
)
[Java]
public void sethPalette(
    OLE_HANDLE hPalette
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page