AGI STK Objects 11 Send comments on this topic.
YBeamwidth Property (IAgAntennaModelApertureRectangularCosineSquaredPedestal)
See Also 





Description

Gets or sets the y beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YBeamwidth() As System.Object

[C#]
public System.Object YBeamwidth {get; set;}

[Managed C++]
public: __property VARIANT get_YBeamwidth();
public: __property void set_YBeamwidth(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_YBeamwidth(
VARIANT * pRetVal
);
public: HRESULT put_YBeamwidth(
VARIANT NewYBeamwidth
);

[Java]
public Variant getYBeamwidth();public void setYBeamwidth(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1