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





Description

Gets or sets the flag to use noise due to the clouds and fog.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseCloudsFog();
public: __property void set_UseCloudsFog(
bool
);

[Unmanaged C++]
public: HRESULT get_UseCloudsFog(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCloudsFog(
VARIANT_BOOL NewUseCloudsFog
);

[Java]
public bool getUseCloudsFog();public void setUseCloudsFog(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1