STK ObjectsSend comments on this topic.
MinRoute Property (IAgVeGfxRouteResolution)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_MinRoute(
    double MinRoute
);
[Java]
public double getMinRoute();
public void setMinRoute(
    double
);
[Python - STK API ]
@property
def MinRoute(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.