STK ObjectsSend comments on this topic.
RelativeHumidity Property (IAgModtranLookupTablePropagationModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the relative humidity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeHumidity() As Double
[C#]
public double RelativeHumidity {get; set;}
[Managed C++]
public: __property double get_RelativeHumidity();
public: __property void set_RelativeHumidity( double );
[Unmanaged C++]
public: HRESULT get_RelativeHumidity(
    double * pVal
);
public: HRESULT put_RelativeHumidity(
    double val
);
[Java]
public double getRelativeHumidity();
public void setRelativeHumidity(
    double
);
[Python - STK API ]
@property
def RelativeHumidity(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.