STK ObjectsSend comments on this topic.
Beamwidth Property (IAgAntennaModelApertureCircularCosineSquaredPedestal)
See Also
Windows





Windows & Linux

Description

Gets or sets the beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Beamwidth() As System.Object
[C#]
public System.Object Beamwidth {get; set;}
[Managed C++]
public: __property VARIANT get_Beamwidth();
public: __property void set_Beamwidth( VARIANT );
[Unmanaged C++]
public: HRESULT get_Beamwidth(
    VARIANT * pVal
);
public: HRESULT put_Beamwidth(
    VARIANT val
);
[Java]
public AgVariant getBeamwidth();
public void setBeamwidth(
    AgVariant
);
[Python - STK API ]
@property
def Beamwidth(self) -> typing.Any:

@Beamwidth.setter
def Beamwidth(self, val:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.