Home > Working with SGWorld > Navigate (INavigate6) > UndergroundMode
The Boolean value indicates whether or not to turn on the underground mode. The underground navigation mode allows you to explore the subsurface of the terrain. You can navigate under the terrain’s surface and through buildings. 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) |