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






Windows & Linux

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 * pVal
);
public: HRESULT put_Route(
    double Route
);
[Java]
public double getRoute();
public void setRoute(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.