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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1