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






Windows & Linux

Description

Gets or sets the azimuth beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzimuthBeamwidth() As System.Object
[C#]
public System.Object AzimuthBeamwidth {get; set;}
[Managed C++]
public: __property VARIANT get_AzimuthBeamwidth();
public: __property void set_AzimuthBeamwidth(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_AzimuthBeamwidth(
   VARIANT * pRetVal
);
public: HRESULT put_AzimuthBeamwidth(
   VARIANT NewAzimuthBeamwidth
);
[Java]
public Variant getAzimuthBeamwidth();public void setAzimuthBeamwidth(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.