STK ObjectsSend comments on this topic.
GainOffset Property (IAgAntennaVolumeGraphics)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_GainOffset(
    double val
);
[Java]
public double getGainOffset();
public void setGainOffset(
    double
);
[Python - STK API ]
@property
def GainOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.