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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1