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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.