STK ObjectsSend comments on this topic.
OrbitDisplay Property (IAgPlGraphics)
See Also
Windows





Windows & Linux

Description

The factor used in determining how much of the orbit displays. A member of the AgEPlOrbitDisplayType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OrbitDisplay() As AgEPlOrbitDisplayType
[C#]
public AgEPlOrbitDisplayType OrbitDisplay {get; set;}
[Managed C++]
public: __property AgEPlOrbitDisplayType get_OrbitDisplay();
public: __property void set_OrbitDisplay( AgEPlOrbitDisplayType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.