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






Windows & Linux

Description

Gets or sets 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.