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






Windows & Linux

Description

Gets or sets the flag to use noise due to the sun.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSun() As Boolean
[C#]
public bool UseSun {get; set;}
[Managed C++]
public: __property bool get_UseSun();
public: __property void set_UseSun(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseSun(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSun(
   VARIANT_BOOL NewUseSun
);
[Java]
public bool getUseSun();
public void setUseSun(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.