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





Description

The magnitude of the inertial 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1