AGI STK Objects 11 Send comments on this topic.
GainOffset Property (IAgAntennaVolumeGraphics)
See Also 





Description

Gets or sets the gain offset value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GainOffset() As Double

[C#]
public double GainOffset {get; set;}

[Managed C++]
public: __property double get_GainOffset();
public: __property void set_GainOffset(
double
);

[Unmanaged C++]
public: HRESULT get_GainOffset(
double * pRetVal
);
public: HRESULT put_GainOffset(
double NewGainOffset
);

[Java]
public double getGainOffset();public void setGainOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1