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






Windows & Linux

Description

The velocity magnitude . Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FixedVelocity() As Double
[C#]
public double FixedVelocity {get; set;}
[Managed C++]
public: __property double get_FixedVelocity();
public: __property void set_FixedVelocity(
   double
);
[Unmanaged C++]
public: HRESULT get_FixedVelocity(
   double * pRetVal
);
public: HRESULT put_FixedVelocity(
   double NewFixedVelocity
);
[Java]
public double getFixedVelocity();public void setFixedVelocity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.