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





Windows & Linux

Description

Get the 2D trajectory graphics.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PassData() As IAgVeGfxTrajectoryPassData
[C#]
public IAgVeGfxTrajectoryPassData PassData {get;}
[Managed C++]
public: __property IAgVeGfxTrajectoryPassData ^ get_PassData();
[Unmanaged C++]
public: HRESULT get_PassData(
    IAgVeGfxTrajectoryPassData ** ppVal
);
[Java]
public IAgVeGfxTrajectoryPassData getPassData();
[Python - STK API ]
@property
def PassData(self) -> "IAgVeGfxTrajectoryPassData":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.