Gets or sets the number of desired sidelobes to hold close to the desired sidelobe level.
Read-write property
[Visual Basic .NET] |
---|
Public Property SidelobeCount() As Integer |
[C#] |
---|
public int SidelobeCount {get; set;} |
[Managed C++] |
---|
public: __property int get_SidelobeCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_SidelobeCount( int * pVal ); public: HRESULT put_SidelobeCount( int val ); |
[Java] |
---|
public Integer getSidelobeCount(); public void setSidelobeCount( Integer ); |