AGI STK Objects 11Send comments on this topic.
MinGroundTrack Property (IAgVeGfxPassResolution)
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

© 2018 Analytical Graphics, Inc. All Rights Reserved.