STK ObjectsSend 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
);
[Python - STK API ]
@property
def GainScale(self) -> float:

@GainScale.setter
def GainScale(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.