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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1