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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinGroundTrack();
public: __property void set_MinGroundTrack(
double
);

[Unmanaged C++]
public: HRESULT get_MinGroundTrack(
double * pRetVal
);
public: HRESULT put_MinGroundTrack(
double NewMinGroundTrack
);

[Java]
public double getMinGroundTrack();public void setMinGroundTrack(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface