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





Windows & Linux

Description

Gets or sets the Y component of the target position for the end of the Lambert transfer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetPositionY() As Double
[C#]
public double TargetPositionY {get; set;}
[Managed C++]
public: __property double get_TargetPositionY();
public: __property void set_TargetPositionY( double );
[Unmanaged C++]
public: HRESULT get_TargetPositionY(
    double * pVal
);
public: HRESULT put_TargetPositionY(
    double newVal
);
[Java]
public double getTargetPositionY();
public void setTargetPositionY(
    double
);
[Python - STK API ]
@property
def TargetPositionY(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.