Get the leading/trailing ground track and orbit settings of the satellite's Pass properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property PassData() As IAgVeGfxOrbitPassData |
[C#] |
---|
public IAgVeGfxOrbitPassData PassData {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxOrbitPassData ^ get_PassData(); |
[Unmanaged C++] |
---|
public: HRESULT get_PassData( IAgVeGfxOrbitPassData ** ppVal ); |
[Java] |
---|
public IAgVeGfxOrbitPassData getPassData(); |
[Python - STK API ] |
---|
@property def PassData(self) -> "IAgVeGfxOrbitPassData": |