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





Description

Orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Orbit() As Double

[C#]
public double Orbit {get; set;}

[Managed C++]
public: __property double get_Orbit();
public: __property void set_Orbit(
double
);

[Unmanaged C++]
public: HRESULT get_Orbit(
double * pRetVal
);
public: HRESULT put_Orbit(
double NewOrbit
);

[Java]
public double getOrbit();public void setOrbit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1