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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.