AGI STK Objects 11Send comments on this topic.
SetResolution Method (IAgAntennaContourRip)
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 _
) As 
[C#]
public void SetResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Managed C++]
public: void SetResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Java]
public void setResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);
[Unmanaged C++]
public: HRESULT SetResolution(
    double azimuthResolution,
    double elevationResolution,
    double maxElevation
);

Parameters

azimuthResolution
elevationResolution
maxElevation

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.