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






Windows & Linux

Description

Gets or sets the antenna beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Beamwidth() As Double
[C#]
public double Beamwidth {get; set;}
[Managed C++]
public: __property double get_Beamwidth();
public: __property void set_Beamwidth(
   double
);
[Unmanaged C++]
public: HRESULT get_Beamwidth(
   double * pRetVal
);
public: HRESULT put_Beamwidth(
   double NewBeamwidth
);
[Java]
public double getBeamwidth();
public void setBeamwidth(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.