Get the window projected position for given values.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public AgWinProjPos GetWindowProjectedPosition( double Lat, double Lon, double Alt, AgEGfxDrawCoords DrawCoords ); |
| [Managed C++] |
|---|
public: AgWinProjPos^ GetWindowProjectedPosition( double Lat, double Lon, double Alt, AgEGfxDrawCoords DrawCoords ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgWinProjPos getWindowProjectedPosition( double Lat, double Lon, double Alt, AgEGfxDrawCoords DrawCoords ); |
[Python - STK API ] |
|---|
def GetWindowProjectedPosition(self, Lat:float, Lon:float, Alt:float, DrawCoords:"AgEGfxDrawCoords") -> "AgWinProjPos": |
- Lat
- Lon
- Alt
- DrawCoords






