AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SidelobeRelativeToMainlobe(
VARIANT_BOOL NewSidelobeRelativeToMainlobe
);

[Java]
public bool getSidelobeRelativeToMainlobe();public void setSidelobeRelativeToMainlobe(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface