AGI STK Objects 11 Send comments on this topic.
AzimuthResolution Property (IAgRadarWaveformBistaticReceiverSearchTrackFixedPRF)
See Also 
Windows






Windows & Linux

Description

Gets or sets the overriding azimuth resolution value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzimuthResolution() As Double

[C#]
public double AzimuthResolution {get; set;}

[Managed C++]
public: __property double get_AzimuthResolution();
public: __property void set_AzimuthResolution(
double
);

[Unmanaged C++]
public: HRESULT get_AzimuthResolution(
double * pRetVal
);
public: HRESULT put_AzimuthResolution(
double NewAzimuthResolution
);

[Java]
public double getAzimuthResolution();public void setAzimuthResolution(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface