AGI STK Objects 11 Send comments on this topic.
EnableCloudsAndFogLoss Property (IAgPropagationChannel)
See Also 





Description

Gets or sets the option to use the clouds and fog loss model.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableCloudsAndFogLoss();
public: __property void set_EnableCloudsAndFogLoss(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableCloudsAndFogLoss(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableCloudsAndFogLoss(
VARIANT_BOOL NewEnableCloudsAndFogLoss
);

[Java]
public bool getEnableCloudsAndFogLoss();public void setEnableCloudsAndFogLoss(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1