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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface