AGI STK Objects 11 Send comments on this topic.
FaroutSidelobeLevel Property (IAgAntennaModelItuS1528R12Rectangular)
See Also 
Windows






Windows & Linux

Description

Gets or sets the far out sidelobe level.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FaroutSidelobeLevel() As Double

[C#]
public double FaroutSidelobeLevel {get; set;}

[Managed C++]
public: __property double get_FaroutSidelobeLevel();
public: __property void set_FaroutSidelobeLevel(
double
);

[Unmanaged C++]
public: HRESULT get_FaroutSidelobeLevel(
double * pRetVal
);
public: HRESULT put_FaroutSidelobeLevel(
double NewFaroutSidelobeLevel
);

[Java]
public double getFaroutSidelobeLevel();public void setFaroutSidelobeLevel(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface