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





Description

Route resolution in terms of the ephemeris step. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Route();
public: __property void set_Route(
double
);

[Unmanaged C++]
public: HRESULT get_Route(
double * pRetVal
);
public: HRESULT put_Route(
double NewRoute
);

[Java]
public double getRoute();public void setRoute(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1