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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetPositionX() As Double
[C#]
public double TargetPositionX {get; set;}
[Managed C++]
public: __property double get_TargetPositionX();
public: __property void set_TargetPositionX( double );
[Unmanaged C++]
public: HRESULT get_TargetPositionX(
    double * pVal
);
public: HRESULT put_TargetPositionX(
    double newVal
);
[Java]
public double getTargetPositionX();
public void setTargetPositionX(
    double
);
[Python - STK API ]
@property
def TargetPositionX(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.