STK AstrogatorSend comments on this topic.
ReferenceDirection Property (IAgVAStateCalcRelPosInPlaneAngle)
See Also
Windows





Windows & Linux

Description

Direction that establishes the zero value when projected into the orbit plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceDirection() As AgEVACalcObjectReferenceDirection
[C#]
public AgEVACalcObjectReferenceDirection ReferenceDirection {get; set;}
[Managed C++]
public: __property AgEVACalcObjectReferenceDirection get_ReferenceDirection();
public: __property void set_ReferenceDirection( AgEVACalcObjectReferenceDirection );
[Unmanaged C++]
public: HRESULT get_ReferenceDirection(
    AgEVACalcObjectReferenceDirection * pVal
);
public: HRESULT put_ReferenceDirection(
    AgEVACalcObjectReferenceDirection InVal
);
[Java]
public AgEVACalcObjectReferenceDirection getReferenceDirection();
public void setReferenceDirection(
    AgEVACalcObjectReferenceDirection
);
[Python - STK API ]
@property
def ReferenceDirection(self) -> "AgEVACalcObjectReferenceDirection":

@ReferenceDirection.setter
def ReferenceDirection(self, InVal:"AgEVACalcObjectReferenceDirection") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.