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





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

[Java]
public double getPercentTimeRefractivityGradient();public void setPercentTimeRefractivityGradient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1