AGI STK Objects 11 Send comments on this topic.
LocalRainRate Property (IAgAtmosphere)
See Also 





Description

Gets or sets the local rain rate.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LocalRainRate();
public: __property void set_LocalRainRate(
double
);

[Unmanaged C++]
public: HRESULT get_LocalRainRate(
double * pRetVal
);
public: HRESULT put_LocalRainRate(
double NewLocalRainRate
);

[Java]
public double getLocalRainRate();public void setLocalRainRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1