STK ObjectsSend comments on this topic.
LiquidWaterPercentMonthlyExceeded Property (IAgCloudsAndFogFadingLossModelP840_6)
See Also
Windows





Windows & Linux

Description

Gets or sets the Liquid water % Monthly Exceeded.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LiquidWaterPercentMonthlyExceeded() As Double
[C#]
public double LiquidWaterPercentMonthlyExceeded {get; set;}
[Managed C++]
public: __property double get_LiquidWaterPercentMonthlyExceeded();
public: __property void set_LiquidWaterPercentMonthlyExceeded( double );
[Unmanaged C++]
public: HRESULT get_LiquidWaterPercentMonthlyExceeded(
    double * pVal
);
public: HRESULT put_LiquidWaterPercentMonthlyExceeded(
    double val
);
[Java]
public double getLiquidWaterPercentMonthlyExceeded();
public void setLiquidWaterPercentMonthlyExceeded(
    double
);
[Python - STK API ]
@property
def LiquidWaterPercentMonthlyExceeded(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.