STK AstrogatorSend comments on this topic.
OrbitPlaneSource Property (IAgVAStateCalcSolarBetaAngle)
See Also
Windows





Windows & Linux

Description

Selection of the satellite that will generate the orbit plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OrbitPlaneSource() As AgEVACalcObjectOrbitPlaneSource
[C#]
public AgEVACalcObjectOrbitPlaneSource OrbitPlaneSource {get; set;}
[Managed C++]
public: __property AgEVACalcObjectOrbitPlaneSource get_OrbitPlaneSource();
public: __property void set_OrbitPlaneSource( AgEVACalcObjectOrbitPlaneSource );
[Unmanaged C++]
public: HRESULT get_OrbitPlaneSource(
    AgEVACalcObjectOrbitPlaneSource * pVal
);
public: HRESULT put_OrbitPlaneSource(
    AgEVACalcObjectOrbitPlaneSource InVal
);
[Java]
public AgEVACalcObjectOrbitPlaneSource getOrbitPlaneSource();
public void setOrbitPlaneSource(
    AgEVACalcObjectOrbitPlaneSource
);
[Python - STK API ]
@property
def OrbitPlaneSource(self) -> "AgEVACalcObjectOrbitPlaneSource":

@OrbitPlaneSource.setter
def OrbitPlaneSource(self, InVal:"AgEVACalcObjectOrbitPlaneSource") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.