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






Windows & Linux

Description

Gets or sets the half beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HalfBeamwidth() As System.Object
[C#]
public System.Object HalfBeamwidth {get; set;}
[Managed C++]
public: __property VARIANT get_HalfBeamwidth();
public: __property void set_HalfBeamwidth(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_HalfBeamwidth(
   VARIANT * pRetVal
);
public: HRESULT put_HalfBeamwidth(
   VARIANT NewHalfBeamwidth
);
[Java]
public Variant getHalfBeamwidth();public void setHalfBeamwidth(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.