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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1