STK AstrogatorSend comments on this topic.
RefSatelliteOrbitNormalType Property (IAgVAStateCalcRelativeInclination)
See Also
Windows





Windows & Linux

Description

Choice of osculating or mean elements for describing the orbit plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefSatelliteOrbitNormalType() As AgEVACalcObjectElem
[C#]
public AgEVACalcObjectElem RefSatelliteOrbitNormalType {get; set;}
[Managed C++]
public: __property AgEVACalcObjectElem get_RefSatelliteOrbitNormalType();
public: __property void set_RefSatelliteOrbitNormalType( AgEVACalcObjectElem );
[Unmanaged C++]
public: HRESULT get_RefSatelliteOrbitNormalType(
    AgEVACalcObjectElem * pVal
);
public: HRESULT put_RefSatelliteOrbitNormalType(
    AgEVACalcObjectElem InVal
);
[Java]
public AgEVACalcObjectElem getRefSatelliteOrbitNormalType();
public void setRefSatelliteOrbitNormalType(
    AgEVACalcObjectElem
);
[Python - STK API ]
@property
def RefSatelliteOrbitNormalType(self) -> "AgEVACalcObjectElem":

@RefSatelliteOrbitNormalType.setter
def RefSatelliteOrbitNormalType(self, InVal:"AgEVACalcObjectElem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.