STK ObjectsSend comments on this topic.
ReferenceAxes Property (IAgVeProfilePrecessingSpin)
See Also
Windows





Windows & Linux

Description

Reference axes with respect to which precessing spin is defined. The satellite's body axes or any axes dependent upon the satellite's body axes are invalid for this attitude profile; all other axes are valid choices for the reference axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxes() As String
[C#]
public string ReferenceAxes {get; set;}
[Managed C++]
public: __property String __gc ^ get_ReferenceAxes();
public: __property void set_ReferenceAxes( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ReferenceAxes(
    BSTR * pVal
);
public: HRESULT put_ReferenceAxes(
    BSTR ReferenceAxes
);
[Java]
public String getReferenceAxes();
public void setReferenceAxes(
    String
);
[Python - STK API ]
@property
def ReferenceAxes(self) -> str:

@ReferenceAxes.setter
def ReferenceAxes(self, ReferenceAxes:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.