AGI STK Astrogator 11 Send comments on this topic.
RadiusRate Property (IAgVAElementGeodetic)
See Also 





Description

The rate of change of the radius. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RadiusRate() As Double

[C#]
public double RadiusRate {get; set;}

[Managed C++]
public: __property double get_RadiusRate();
public: __property void set_RadiusRate(
double
);

[Unmanaged C++]
public: HRESULT get_RadiusRate(
double * pRetVal
);
public: HRESULT put_RadiusRate(
double NewRadiusRate
);

[Java]
public double getRadiusRate();public void setRadiusRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1