Description
Get the half angle of the cone for, calculated on the basis of the Frequency and AntennaDiameter properties. Uses Angle Dimension.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property HalfAngle() As System.Object
|
| [C#] |
|---|
public System.Object HalfAngle {get;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_HalfAngle();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_HalfAngle(
VARIANT * pVal
);
|
| [Java] |
|---|
public AgVariant getHalfAngle();
|
| [Python - STK API] |
|---|
@property
def HalfAngle(self) -> typing.Any:
|
See Also