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(
|
| [Java] |
|---|
public IAgVeGfxOrbitPassData getPassData();
|