AGI STK Objects 11 Send comments on this topic.
RelativeToMaxGain Property (IAgAntennaContour)
See Also 





Description

The contours value represents the gain value relative to the maximum.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeToMaxGain() As Boolean

[C#]
public bool RelativeToMaxGain {get; set;}

[Managed C++]
public: __property bool get_RelativeToMaxGain();
public: __property void set_RelativeToMaxGain(
bool
);

[Unmanaged C++]
public: HRESULT get_RelativeToMaxGain(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RelativeToMaxGain(
VARIANT_BOOL NewRelativeToMaxGain
);

[Java]
public bool getRelativeToMaxGain();public void setRelativeToMaxGain(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1