AGI STK Objects 11 Send comments on this topic.
MinOrbit Property (IAgVeGfxPassResolution)
See Also 





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 * pRetVal
);
public: HRESULT put_MinOrbit(
double NewMinOrbit
);

[Java]
public double getMinOrbit();public void setMinOrbit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1