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





Windows & Linux

Description

Gets or sets the target right ascension of the ascending node for the end of the Lambert transfer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetRightAscensionOfAscendingNode() As Double
[C#]
public double TargetRightAscensionOfAscendingNode {get; set;}
[Managed C++]
public: __property double get_TargetRightAscensionOfAscendingNode();
public: __property void set_TargetRightAscensionOfAscendingNode( double );
[Unmanaged C++]
public: HRESULT get_TargetRightAscensionOfAscendingNode(
    double * pVal
);
public: HRESULT put_TargetRightAscensionOfAscendingNode(
    double newVal
);
[Java]
public double getTargetRightAscensionOfAscendingNode();
public void setTargetRightAscensionOfAscendingNode(
    double
);
[Python - STK API ]
@property
def TargetRightAscensionOfAscendingNode(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.