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






Windows & Linux

Description

Gets or sets the option for overriding the half beamwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverrideHalfBeamwidth() As Boolean
[C#]
public bool OverrideHalfBeamwidth {get; set;}
[Managed C++]
public: __property bool get_OverrideHalfBeamwidth();
public: __property void set_OverrideHalfBeamwidth(
   bool
);
[Unmanaged C++]
public: HRESULT get_OverrideHalfBeamwidth(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_OverrideHalfBeamwidth(
   VARIANT_BOOL NewOverrideHalfBeamwidth
);
[Java]
public bool getOverrideHalfBeamwidth();public void setOverrideHalfBeamwidth(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.