AGI STK Objects 11 Send comments on this topic.
MinRoute Property (IAgVeGfxRouteResolution)
See Also 





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinRoute();
public: __property void set_MinRoute(
double
);

[Unmanaged C++]
public: HRESULT get_MinRoute(
double * pRetVal
);
public: HRESULT put_MinRoute(
double NewMinRoute
);

[Java]
public double getMinRoute();public void setMinRoute(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1