Shows navigation controls and/or graphical and textual information in the 3D Window.
JavaScript |
|
ShowControls(controlFlags) |
C# |
|
void ShowControls( int controlFlags) |
C++ |
|
HRESULT ShowControls( long controlFlags) |
Parameters
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
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.