STK ObjectsSend 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
);
[Python - STK API ]
@property
def Route(self) -> float:

@Route.setter
def Route(self, Route:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.