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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetPositionZ() As Double
[C#]
public double TargetPositionZ {get; set;}
[Managed C++]
public: __property double get_TargetPositionZ();
public: __property void set_TargetPositionZ( double );
[Unmanaged C++]
public: HRESULT get_TargetPositionZ(
    double * pVal
);
public: HRESULT put_TargetPositionZ(
    double newVal
);
[Java]
public double getTargetPositionZ();
public void setTargetPositionZ(
    double
);
[Python - STK API ]
@property
def TargetPositionZ(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.