AGI STK Objects 11 Send comments on this topic.
DeltaV Property (IAgVeLaunchControlFixedDeltaV)
See Also 





Description

Fixed Delta V: the instantaneous thrust to be applied to the vehicle being launched. Uses Rate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DeltaV();
public: __property void set_DeltaV(
double
);

[Unmanaged C++]
public: HRESULT get_DeltaV(
double * pRetVal
);
public: HRESULT put_DeltaV(
double NewDeltaV
);

[Java]
public double getDeltaV();public void setDeltaV(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1