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





Windows & Linux

Description

Altitude of point clicked (if available).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Alt() As Double
[C#]
public double Alt {get;}
[Managed C++]
public: __property double get_Alt();
[Unmanaged C++]
public: HRESULT get_Alt(
    double * pVal
);
[Java]
public double getAlt();
[Python - STK API ]
@property
def Alt(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.