AGI STK Objects 11 Send comments on this topic.
SidelobeRelativeToMainlobe Property (IAgAntennaModelItuS580)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1