AGI STK Astrogator 11 Send comments on this topic.
VelocityMagnitude Property (IAgVAElementSpherical)
See Also 





Description

The magnitude of the velocity vector. Uses Rate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_VelocityMagnitude();
public: __property void set_VelocityMagnitude(
double
);

[Unmanaged C++]
public: HRESULT get_VelocityMagnitude(
double * pRetVal
);
public: HRESULT put_VelocityMagnitude(
double NewVelocityMagnitude
);

[Java]
public double getVelocityMagnitude();public void setVelocityMagnitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1