Description
Minimum orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MinOrbit() As Double
|
| [C#] |
|---|
public double MinOrbit {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MinOrbit(); public: __property void set_MinOrbit(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MinOrbit(
double * pVal
);
public: HRESULT put_MinOrbit(
double MinOrbit
);
|
| [Java] |
|---|
public double getMinOrbit();
public void setMinOrbit(
double
);
|
See Also