AGI STK Objects 11 Send comments on this topic.
CloudLayerThickness Property (IAgCloudsAndFogLossModel)
See Also 





Description

Gets or set the cloud layer thickness.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CloudLayerThickness() As Double

[C#]
public double CloudLayerThickness {get; set;}

[Managed C++]
public: __property double get_CloudLayerThickness();
public: __property void set_CloudLayerThickness(
double
);

[Unmanaged C++]
public: HRESULT get_CloudLayerThickness(
double * pRetVal
);
public: HRESULT put_CloudLayerThickness(
double NewCloudLayerThickness
);

[Java]
public double getCloudLayerThickness();public void setCloudLayerThickness(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1