STK ObjectsSend comments on this topic.
BeamWidth Property (IAgRadarAntennaBeam)
See Also
Windows





Windows & Linux

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.