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






Windows & Linux

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 * pVal
);
public: HRESULT put_Orbit(
    double Orbit
);
[Java]
public double getOrbit();
public void setOrbit(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.