AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_MinTrajectory(
double NewMinTrajectory
);

[Java]
public double getMinTrajectory();public void setMinTrajectory(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface