GroundObject
Determines if the object is a ground object. For more information about ground objects, see the TerraExplorer User Manual.
C#
|
|
|
|
|
bool GroundObject { get; set; }
|
C++
|
|
|
|
|
HRESULT GroundObject([out, retval] VARIANT_BOOL* pVal)
HRESULT GroundObject([in] VARIANT_BOOL pVal)
|