AGI STK Objects 11 Send comments on this topic.
DeltaVMin Property (IAgVeLaunchControlFixedDeltaVMinEcc)
See Also 





Description

Fixed Delta V minimum eccentricity. Uses Rate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DeltaVMin();
public: __property void set_DeltaVMin(
double
);

[Unmanaged C++]
public: HRESULT get_DeltaVMin(
double * pRetVal
);
public: HRESULT put_DeltaVMin(
double NewDeltaVMin
);

[Java]
public double getDeltaVMin();public void setDeltaVMin(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1