AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_OrbitDisplay(
   AgEPlOrbitDisplayType NewOrbitDisplay
);
[Java]
public AgEPlOrbitDisplayType getOrbitDisplay();public void setOrbitDisplay(
   AgEPlOrbitDisplayType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.