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






Windows & Linux

Description

Measured from the center of the Earth. Specified as distance above or below the reference ellipsoid. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_RadiusMagnitude();
public: __property void set_RadiusMagnitude(
double
);

[Unmanaged C++]
public: HRESULT get_RadiusMagnitude(
double * pRetVal
);
public: HRESULT put_RadiusMagnitude(
double NewRadiusMagnitude
);

[Java]
public double getRadiusMagnitude();public void setRadiusMagnitude(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface