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
);
|
See Also