AGI STK Objects 11 Send comments on this topic.
SetResolution Method (IAgAntennaContourEirp)
See Also 
AzimuthStart
AzimuthStop
AzimuthResolution
ElevationStart
ElevationStop
ElevationResolution





Description

Sets the azimuth/elevation ranges and resolution.

Syntax

[Visual Basic .NET]
Public Sub SetResolution( _
   ByVal AzimuthStart As Double, _
   ByVal AzimuthStop As Double, _
   ByVal AzimuthResolution As Double, _
   ByVal ElevationStart As Double, _
   ByVal ElevationStop As Double, _
   ByVal ElevationResolution As Double _
) 

[C#]
public void SetResolution(
double AzimuthStart,
double AzimuthStop,
double AzimuthResolution,
double ElevationStart,
double ElevationStop,
double ElevationResolution
);

[Managed C++]
public: void SetResolution(
double AzimuthStart,
double AzimuthStop,
double AzimuthResolution,
double ElevationStart,
double ElevationStop,
double ElevationResolution
);

[Java]
public  setResolution(
double AzimuthStart,
double AzimuthStop,
double AzimuthResolution,
double ElevationStart,
double ElevationStop,
double ElevationResolution
);

[Unmanaged C++]
public: HRESULT SetResolution(
double AzimuthStart,
double AzimuthStop,
double AzimuthResolution,
double ElevationStart,
double ElevationStop,
double ElevationResolution
);

Parameters

AzimuthStart
AzimuthStop
AzimuthResolution
ElevationStart
ElevationStop
ElevationResolution

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1