STK ObjectsSend comments on this topic.
LocalRainIsoHeight Property (IAgPlatformRFEnvironment)
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 * pVal
);
public: HRESULT put_LocalRainIsoHeight(
    double val
);
[Java]
public double getLocalRainIsoHeight();
public void setLocalRainIsoHeight(
    double
);
[Python - STK API ]
@property
def LocalRainIsoHeight(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.