STK ObjectsSend comments on this topic.
UseBacklobeAsMainlobeAtten Property (IAgAntennaModelApertureCircularCosineSquaredPedestal)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_UseBacklobeAsMainlobeAtten(
    VARIANT_BOOL val
);
[Java]
public bool getUseBacklobeAsMainlobeAtten();
public void setUseBacklobeAsMainlobeAtten(
    bool
);
[Python - STK API ]
@property
def UseBacklobeAsMainlobeAtten(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.