Gets and sets a Boolean that determines whether the object is a ground object. For more information about ground objects, see the TerraExplorer User Manual.
JavaScript |
|
|
|
GroundObject |
C# |
|
|
|
bool GroundObject { get; set; } |
C++ |
|
|
|
|
HRESULT GroundObject([out, retval] VARIANT_BOOL* pVal) HRESULT GroundObject([in] VARIANT_BOOL pVal) |