STK XSend comments on this topic.
IsLatLonAltValid Property (AgPickInfoData)
See Also
Windows





Windows & Linux

Description

Indicate if the Lat/Lon/Alt properties are valid.

Property type

Read-only property

Syntax

[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(
    VARIANT_BOOL * pIsValid
);
[Java]
public bool getIsLatLonAltValid();
[Python - STK API ]
@property
def IsLatLonAltValid(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.