AGI STK Objects 11 Send comments on this topic.
Trajectory Property (IAgVeGfxTrajectoryResolution)
See Also 





Description

Trajectory resolution in terms of the ephemeris step. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Trajectory() As Double

[C#]
public double Trajectory {get; set;}

[Managed C++]
public: __property double get_Trajectory();
public: __property void set_Trajectory(
double
);

[Unmanaged C++]
public: HRESULT get_Trajectory(
double * pRetVal
);
public: HRESULT put_Trajectory(
double NewTrajectory
);

[Java]
public double getTrajectory();public void setTrajectory(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1