UndergroundMode

Gets and sets a Boolean value that determines whether the underground mode is on or off. The underground navigation mode allows you to explore the subsurface of the terrain. A subsurface grid navigation aid appears when you navigate below the terrain, allowing you to navigate the same way as above ground.

 

JavaScript

 

UndergroundMode

 

C#

 

bool UndergroundMode { get; set; }

 

C++

 

HRESULT UndergroundMode([out, retval] VARIANT_BOOL* pVal)

HRESULT UndergroundMode([in] VARIANT_BOOL pVal)