STK ObjectsSend comments on this topic.
CloudsFog Property (IAgAccessCnstrNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Clouds and Fog.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CloudsFog() As Boolean
[C#]
public bool CloudsFog {get; set;}
[Managed C++]
public: __property bool get_CloudsFog();
public: __property void set_CloudsFog( bool );
[Unmanaged C++]
public: HRESULT get_CloudsFog(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CloudsFog(
    VARIANT_BOOL CloudsFog
);
[Java]
public bool getCloudsFog();
public void setCloudsFog(
    bool
);
[Python - STK API ]
@property
def CloudsFog(self) -> bool:

@CloudsFog.setter
def CloudsFog(self, CloudsFog:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.