STK ObjectsSend comments on this topic.
PassData Property (IAgSaGraphics)
See Also
Windows





Windows & Linux

Description

Get the leading/trailing ground track and orbit settings of the satellite's Pass properties.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.