AGI STK Objects 11 Send comments on this topic.
UseTropoScint Property (IAgAntennaNoiseTemperature)
See Also 





Description

Gets or sets the flag to use noise due to the tropospheric scintillation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseTropoScint();
public: __property void set_UseTropoScint(
bool
);

[Unmanaged C++]
public: HRESULT get_UseTropoScint(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTropoScint(
VARIANT_BOOL NewUseTropoScint
);

[Java]
public bool getUseTropoScint();public void setUseTropoScint(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1