STK ObjectsSend comments on this topic.
SetResolution Method (IAgAntennaContourFluxDensity)
See Also
azimuthResolution
elevationResolution
maxElevation
Windows





Windows & Linux

Description

Sets the azimuth and elevation resolution as well as the maximum elevation angle.

Syntax

[Visual Basic .NET]
Public Sub SetResolution( _
    ByVal azimuthResolution As Double, _
    ByVal elevationResolution As Double, _
    ByVal maxElevation As Double _
)
[C#]
public void SetResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Managed C++]
public: void SetResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Unmanaged C++]
public: HRESULT SetResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Java]
public void setResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Python - STK API ]
def SetResolution(self, azimuthResolution:float, elevationResolution:float, maxElevation:float) -> None:

Parameters

azimuthResolution
elevationResolution
maxElevation

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.