STK AstrogatorSend comments on this topic.
DrawTrajectoryIn2D Property (IAgVAMCSOptions)
See Also
Windows





Windows & Linux

Description

If true, Astrogator will draw the trajectory in the 2D Graphics windows as the ephemeris is calculated during the current run. If selected, this process will be performed whether or not there are any open graphics windows, which may result in a delay before the new run is begun that has no apparent cause.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawTrajectoryIn2D() As Boolean
[C#]
public bool DrawTrajectoryIn2D {get; set;}
[Managed C++]
public: __property bool get_DrawTrajectoryIn2D();
public: __property void set_DrawTrajectoryIn2D( bool );
[Unmanaged C++]
public: HRESULT get_DrawTrajectoryIn2D(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DrawTrajectoryIn2D(
    VARIANT_BOOL newVal
);
[Java]
public bool getDrawTrajectoryIn2D();
public void setDrawTrajectoryIn2D(
    bool
);
[Python - STK API ]
@property
def DrawTrajectoryIn2D(self) -> bool:

@DrawTrajectoryIn2D.setter
def DrawTrajectoryIn2D(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.