STK ObjectsSend comments on this topic.
SidelobeRelativeToMainlobe Property (IAgAntennaModelItuS731)
See Also
Windows





Windows & Linux

Description

Gets or set the flag indicating that the sidelobe mask level is relative to the mainlobe level.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SidelobeRelativeToMainlobe() As Boolean
[C#]
public bool SidelobeRelativeToMainlobe {get; set;}
[Managed C++]
public: __property bool get_SidelobeRelativeToMainlobe();
public: __property void set_SidelobeRelativeToMainlobe( bool );
[Unmanaged C++]
public: HRESULT get_SidelobeRelativeToMainlobe(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SidelobeRelativeToMainlobe(
    VARIANT_BOOL val
);
[Java]
public bool getSidelobeRelativeToMainlobe();
public void setSidelobeRelativeToMainlobe(
    bool
);
[Python - STK API ]
@property
def SidelobeRelativeToMainlobe(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.