The factor used in determining how much of the orbit displays. A member of the AgEPlOrbitDisplayType enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property OrbitDisplay() As AgEPlOrbitDisplayType |
[C#] |
---|
public AgEPlOrbitDisplayType OrbitDisplay {get; set;} |
[Managed C++] |
---|
public: __property AgEPlOrbitDisplayType get_OrbitDisplay(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrbitDisplay( AgEPlOrbitDisplayType * pVal ); public: HRESULT put_OrbitDisplay( AgEPlOrbitDisplayType pVal ); |
[Java] |
---|
public AgEPlOrbitDisplayType getOrbitDisplay(); public void setOrbitDisplay( AgEPlOrbitDisplayType ); |
[Python - STK API ] |
---|
@property def OrbitDisplay(self) -> "AgEPlOrbitDisplayType": @OrbitDisplay.setter def OrbitDisplay(self, pVal:"AgEPlOrbitDisplayType") -> None: |