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






Windows & Linux

Description

Gets or sets the gain scale value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GainScale() As Double
[C#]
public double GainScale {get; set;}
[Managed C++]
public: __property double get_GainScale();
public: __property void set_GainScale( double );
[Unmanaged C++]
public: HRESULT get_GainScale(
    double * pVal
);
public: HRESULT put_GainScale(
    double val
);
[Java]
public double getGainScale();
public void setGainScale(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.