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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1