AGI STK Objects 11 Send comments on this topic.
UseBacklobeAsMainlobeAtten Property (IAgAntennaModelApertureCircularBesselEnvelope)
See Also 





Description

Gets or sets the option for using the back lobe gain as a main lobe gain attenuation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseBacklobeAsMainlobeAtten() As Boolean

[C#]
public bool UseBacklobeAsMainlobeAtten {get; set;}

[Managed C++]
public: __property bool get_UseBacklobeAsMainlobeAtten();
public: __property void set_UseBacklobeAsMainlobeAtten(
bool
);

[Unmanaged C++]
public: HRESULT get_UseBacklobeAsMainlobeAtten(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBacklobeAsMainlobeAtten(
VARIANT_BOOL NewUseBacklobeAsMainlobeAtten
);

[Java]
public bool getUseBacklobeAsMainlobeAtten();public void setUseBacklobeAsMainlobeAtten(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1