AGI STK Objects 11 Send comments on this topic.
Beamwidth Property (IAgAntennaModelApertureCircularUniform)
See Also 





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 * pRetVal
);
public: HRESULT put_Beamwidth(
VARIANT NewBeamwidth
);

[Java]
public Variant getBeamwidth();public void setBeamwidth(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1