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






Windows & Linux

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 * pVal
);
public: HRESULT put_YBeamwidth(
    VARIANT val
);
[Java]
public VARIANT getYBeamwidth();
public void setYBeamwidth(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.