AGI STK Objects 11Send comments on this topic.
Velocity Property (IAgOrbitStateSpherical)
See Also 
Windows






Windows & Linux

Description

The magnitude of the velocity vector. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Velocity() As Double
[C#]
public double Velocity {get; set;}
[Managed C++]
public: __property double get_Velocity();
public: __property void set_Velocity(
   double
);
[Unmanaged C++]
public: HRESULT get_Velocity(
   double * pRetVal
);
public: HRESULT put_Velocity(
   double NewVelocity
);
[Java]
public double getVelocity();public void setVelocity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.