AGI STK Astrogator 11 Send comments on this topic.
DrawTrajectoryIn3D Property (IAgVAMCSOptions)
See Also 





Description

If true, Astrogator will draw the trajectory in the 3D 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 DrawTrajectoryIn3D() As Boolean

[C#]
public bool DrawTrajectoryIn3D {get; set;}

[Managed C++]
public: __property bool get_DrawTrajectoryIn3D();
public: __property void set_DrawTrajectoryIn3D(
bool
);

[Unmanaged C++]
public: HRESULT get_DrawTrajectoryIn3D(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DrawTrajectoryIn3D(
VARIANT_BOOL NewDrawTrajectoryIn3D
);

[Java]
public bool getDrawTrajectoryIn3D();public void setDrawTrajectoryIn3D(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1