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





Description

Gets or sets the local rain iso height.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LocalRainIsoHeight();
public: __property void set_LocalRainIsoHeight(
double
);

[Unmanaged C++]
public: HRESULT get_LocalRainIsoHeight(
double * pRetVal
);
public: HRESULT put_LocalRainIsoHeight(
double NewLocalRainIsoHeight
);

[Java]
public double getLocalRainIsoHeight();public void setLocalRainIsoHeight(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1