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






Windows & Linux

Description

Gets or sets the option for overriding the half beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverrideHalfBeamwidth() As Boolean

[C#]
public bool OverrideHalfBeamwidth {get; set;}

[Managed C++]
public: __property bool get_OverrideHalfBeamwidth();
public: __property void set_OverrideHalfBeamwidth(
bool
);

[Unmanaged C++]
public: HRESULT get_OverrideHalfBeamwidth(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OverrideHalfBeamwidth(
VARIANT_BOOL NewOverrideHalfBeamwidth
);

[Java]
public bool getOverrideHalfBeamwidth();public void setOverrideHalfBeamwidth(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface