Indicate if the Lat/Lon/Alt properties are
valid.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsLatLonAltValid() As Boolean
|
| [C#] |
|---|
public bool IsLatLonAltValid {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsLatLonAltValid();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsLatLonAltValid(
|
| [Java] |
|---|
public bool getIsLatLonAltValid();
|
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||