AGI STK Objects 11 Send comments on this topic.
ContourRainOutagePercent Property (IAgRFEnvironment)
See Also 





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 * pRetVal
);
public: HRESULT put_ContourRainOutagePercent(
double NewContourRainOutagePercent
);

[Java]
public double getContourRainOutagePercent();public void setContourRainOutagePercent(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1