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






Windows & Linux

Description

Minimum trajectory resolution defined in terms of the ephemeris step. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinTrajectory() As Double
[C#]
public double MinTrajectory {get; set;}
[Managed C++]
public: __property double get_MinTrajectory();
public: __property void set_MinTrajectory( double );
[Unmanaged C++]
public: HRESULT get_MinTrajectory(
    double * pVal
);
public: HRESULT put_MinTrajectory(
    double MinTrajectory
);
[Java]
public double getMinTrajectory();
public void setMinTrajectory(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.