AGI STK Objects 11Send comments on this topic.
PercentTimeRefractivityGradient Property (IAgTroposphericScintillationFadingLossModelP618_8)
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 * pRetVal
);
public: HRESULT put_PercentTimeRefractivityGradient(
   double NewPercentTimeRefractivityGradient
);
[Java]
public double getPercentTimeRefractivityGradient();public void setPercentTimeRefractivityGradient(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.