STK ObjectsSend comments on this topic.
Trajectory Property (IAgVeGfxTrajectoryResolution)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Trajectory(
    double dblVal
);
[Java]
public double getTrajectory();
public void setTrajectory(
    double
);
[Python - STK API ]
@property
def Trajectory(self) -> float:

@Trajectory.setter
def Trajectory(self, dblVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.