STK ObjectsSend comments on this topic.
OverrideHalfBeamwidth Property (IAgAntennaModelItuS672Rectangular)
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 * pVal
);
public: HRESULT put_OverrideHalfBeamwidth(
    VARIANT_BOOL val
);
[Java]
public bool getOverrideHalfBeamwidth();
public void setOverrideHalfBeamwidth(
    bool
);
[Python - STK API ]
@property
def OverrideHalfBeamwidth(self) -> bool:

@OverrideHalfBeamwidth.setter
def OverrideHalfBeamwidth(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.