STK ObjectsSend comments on this topic.
LiquidWaterPercentAnnualExceeded Property (IAgCloudsAndFogFadingLossModelP840_7)
See Also
Windows





Windows & Linux

Description

Gets or sets the Liquid water % Annual Exceeded.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LiquidWaterPercentAnnualExceeded() As Double
[C#]
public double LiquidWaterPercentAnnualExceeded {get; set;}
[Managed C++]
public: __property double get_LiquidWaterPercentAnnualExceeded();
public: __property void set_LiquidWaterPercentAnnualExceeded( double );
[Unmanaged C++]
public: HRESULT get_LiquidWaterPercentAnnualExceeded(
    double * pVal
);
public: HRESULT put_LiquidWaterPercentAnnualExceeded(
    double val
);
[Java]
public double getLiquidWaterPercentAnnualExceeded();
public void setLiquidWaterPercentAnnualExceeded(
    double
);
[Python - STK API ]
@property
def LiquidWaterPercentAnnualExceeded(self) -> float:

@LiquidWaterPercentAnnualExceeded.setter
def LiquidWaterPercentAnnualExceeded(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.