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






Windows & Linux

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 * pVal
);
public: HRESULT put_DeltaVMin(
    double DeltaVMin
);
[Java]
public double getDeltaVMin();
public void setDeltaVMin(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.