STK AgRadarPluginSend comments on this topic.
GetTerrainHeight Method (IAgStkRadarPosVelProvider)
See Also
interpMethod
Windows





Windows & Linux

Description

Gets the terrain height for the current latitude and longitude.

Syntax

[Visual Basic .NET]
Public Function GetTerrainHeight( _
    ByVal interpMethod As AgEStkRadarTerrainInterpMethod _
) As Double
[C#]
public double GetTerrainHeight(
    AgEStkRadarTerrainInterpMethod interpMethod
);
[Managed C++]
public: double GetTerrainHeight(
    AgEStkRadarTerrainInterpMethod interpMethod
);
[Unmanaged C++]
public: HRESULT GetTerrainHeight(
    AgEStkRadarTerrainInterpMethod interpMethod,
    double * pTerrainHeight
);
[Java]
public double getTerrainHeight(
    AgEStkRadarTerrainInterpMethod interpMethod
);

Parameters

interpMethod

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.