STK AstrogatorSend comments on this topic.
TargetVelocityX Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the X component of the target velocity for the end of the Lambert transfer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetVelocityX() As Double
[C#]
public double TargetVelocityX {get; set;}
[Managed C++]
public: __property double get_TargetVelocityX();
public: __property void set_TargetVelocityX( double );
[Unmanaged C++]
public: HRESULT get_TargetVelocityX(
    double * pVal
);
public: HRESULT put_TargetVelocityX(
    double newVal
);
[Java]
public double getTargetVelocityX();
public void setTargetVelocityX(
    double
);
[Python - STK API ]
@property
def TargetVelocityX(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.