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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.