AGI STK Astrogator 11 Send comments on this topic.
DeltaVMagnitude Property (IAgVAAttitudeControlImpulsiveVelocityVector)
See Also 





Description

The size of the delta-V to be applied to the orbit along the velocity vector. Uses Rate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DeltaVMagnitude();
public: __property void set_DeltaVMagnitude(
double
);

[Unmanaged C++]
public: HRESULT get_DeltaVMagnitude(
double * pRetVal
);
public: HRESULT put_DeltaVMagnitude(
double NewDeltaVMagnitude
);

[Java]
public double getDeltaVMagnitude();public void setDeltaVMagnitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1