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






Windows & Linux

Description

Gets or sets the x beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XBeamwidth() As System.Object
[C#]
public System.Object XBeamwidth {get; set;}
[Managed C++]
public: __property VARIANT get_XBeamwidth();
public: __property void set_XBeamwidth(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_XBeamwidth(
   VARIANT * pRetVal
);
public: HRESULT put_XBeamwidth(
   VARIANT NewXBeamwidth
);
[Java]
public Variant getXBeamwidth();public void setXBeamwidth(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.