AGI STK Objects 11 Send comments on this topic.
ComputeGain Property (IAgAntennaModelOpticalSimple)
See Also 





Description

Gets or sets the option for computing gain.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ComputeGain();
public: __property void set_ComputeGain(
bool
);

[Unmanaged C++]
public: HRESULT get_ComputeGain(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ComputeGain(
VARIANT_BOOL NewComputeGain
);

[Java]
public bool getComputeGain();public void setComputeGain(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1