STK ObjectsSend comments on this topic.
ContourRainOutagePercent Property (IAgRFEnvironment)
See Also
Windows





Windows & Linux

Description

Gets or sets the contour rain outage percent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ContourRainOutagePercent() As Double
[C#]
public double ContourRainOutagePercent {get; set;}
[Managed C++]
public: __property double get_ContourRainOutagePercent();
public: __property void set_ContourRainOutagePercent( double );
[Unmanaged C++]
public: HRESULT get_ContourRainOutagePercent(
    double * pVal
);
public: HRESULT put_ContourRainOutagePercent(
    double val
);
[Java]
public double getContourRainOutagePercent();
public void setContourRainOutagePercent(
    double
);
[Python - STK API ]
@property
def ContourRainOutagePercent(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.