Description
Gets or sets the antenna beamwidth.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property BeamWidth() As Double
|
[C#] |
---|
public double BeamWidth {get; set;}
|
[Managed C++] |
---|
public: __property double get_BeamWidth(); public: __property void set_BeamWidth(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BeamWidth(
double * pVal
);
public: HRESULT put_BeamWidth(
double val
);
|
[Java] |
---|
public double getBeamWidth();
public void setBeamWidth(
double
);
|
[Python - STK API] |
---|
@property
def BeamWidth(self) -> float:
@BeamWidth.setter
def BeamWidth(self, val:float) -> None:
|
See Also