AGI STK Objects 11 Send comments on this topic.
OrbitDisplay Property (IAgPlGraphics)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1