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






Windows & Linux

Description

Gets or sets the percentage of time the refractivity is gradient is less than -100 N units / km.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PercentTimeRefractivityGradient() As Double
[C#]
public double PercentTimeRefractivityGradient {get; set;}
[Managed C++]
public: __property double get_PercentTimeRefractivityGradient();
public: __property void set_PercentTimeRefractivityGradient( double );
[Unmanaged C++]
public: HRESULT get_PercentTimeRefractivityGradient(
    double * pVal
);
public: HRESULT put_PercentTimeRefractivityGradient(
    double val
);
[Java]
public double getPercentTimeRefractivityGradient();
public void setPercentTimeRefractivityGradient(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.