STK AstrogatorSend comments on this topic.
SatelliteOrbitNormalType 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 SatelliteOrbitNormalType() As AgEVACalcObjectElem
[C#]
public AgEVACalcObjectElem SatelliteOrbitNormalType {get; set;}
[Managed C++]
public: __property AgEVACalcObjectElem get_SatelliteOrbitNormalType();
public: __property void set_SatelliteOrbitNormalType( AgEVACalcObjectElem );
[Unmanaged C++]
public: HRESULT get_SatelliteOrbitNormalType(
    AgEVACalcObjectElem * pVal
);
public: HRESULT put_SatelliteOrbitNormalType(
    AgEVACalcObjectElem InVal
);
[Java]
public AgEVACalcObjectElem getSatelliteOrbitNormalType();
public void setSatelliteOrbitNormalType(
    AgEVACalcObjectElem
);
[Python - STK API ]
@property
def SatelliteOrbitNormalType(self) -> "AgEVACalcObjectElem":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.