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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetVelocityZ() As Double
[C#]
public double TargetVelocityZ {get; set;}
[Managed C++]
public: __property double get_TargetVelocityZ();
public: __property void set_TargetVelocityZ( double );
[Unmanaged C++]
public: HRESULT get_TargetVelocityZ(
    double * pVal
);
public: HRESULT put_TargetVelocityZ(
    double newVal
);
[Java]
public double getTargetVelocityZ();
public void setTargetVelocityZ(
    double
);
[Python - STK API ]
@property
def TargetVelocityZ(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.