STK ObjectsSend 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 * pVal
);
public: HRESULT put_MinOrbit(
    double MinOrbit
);
[Java]
public double getMinOrbit();
public void setMinOrbit(
    double
);
[Python - STK API ]
@property
def MinOrbit(self) -> float:

@MinOrbit.setter
def MinOrbit(self, MinOrbit:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.