Returns the currently shown navigation controls.
JavaScript |
|
GetControls() |
C# |
|
int GetControls() |
C++ |
|
HRESULT GetControls( long * controlFlags) |
Return Value
controlFlags
The currently displayed navigation controls. This parameter can be any combination of the following values:
· HUD_LAYER_NONE = 0x00, à0
· HUD_LAYER_ACTIVE_ARROWS = 0x01, à1
· HUD_LAYER_CENTER_SIGN = 0x02,à2
· HUD_LAYER_TEXT_DATA = 0x04,à4
· HUD_LAYER_COMPASS = 0x08,à8
· HUD_LAYER_GRAPHIC_1 = 0x10,à16
· HUD_LAYER_PAN_BARS = 0x20,à32
· HUD_LAYER_DATE_TIME = 0x40,à64
· HUD_LAYER_SCALE_BAR = 0x80à128