STK AstrogatorSend comments on this topic.
TargetEccentricity Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the target eccentricity for the end of the Lambert transfer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetEccentricity() As Double
[C#]
public double TargetEccentricity {get; set;}
[Managed C++]
public: __property double get_TargetEccentricity();
public: __property void set_TargetEccentricity( double );
[Unmanaged C++]
public: HRESULT get_TargetEccentricity(
    double * pVal
);
public: HRESULT put_TargetEccentricity(
    double newVal
);
[Java]
public double getTargetEccentricity();
public void setTargetEccentricity(
    double
);
[Python - STK API ]
@property
def TargetEccentricity(self) -> float:

@TargetEccentricity.setter
def TargetEccentricity(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.