STK ObjectsSend comments on this topic.
SidelobeCount Property (IAgBeamformerTaylor)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of desired sidelobes to hold close to the desired sidelobe level.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SidelobeCount() As Integer
[C#]
public int SidelobeCount {get; set;}
[Managed C++]
public: __property int get_SidelobeCount();
public: __property void set_SidelobeCount( int );
[Unmanaged C++]
public: HRESULT get_SidelobeCount(
    int * pVal
);
public: HRESULT put_SidelobeCount(
    int val
);
[Java]
public Integer getSidelobeCount();
public void setSidelobeCount(
    Integer
);
[Python - STK API ]
@property
def SidelobeCount(self) -> int:

@SidelobeCount.setter
def SidelobeCount(self, val:int) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.