STK AstrogatorSend comments on this topic.
IdealOrbitRadius Property (IAgVADesignCR3BPSetup)
See Also
Windows





Windows & Linux

Description

Orbital radius of the idealized secondary definition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IdealOrbitRadius() As AgEVAIdealOrbitRadius
[C#]
public AgEVAIdealOrbitRadius IdealOrbitRadius {get; set;}
[Managed C++]
public: __property AgEVAIdealOrbitRadius get_IdealOrbitRadius();
public: __property void set_IdealOrbitRadius( AgEVAIdealOrbitRadius );
[Unmanaged C++]
public: HRESULT get_IdealOrbitRadius(
    AgEVAIdealOrbitRadius * pVal
);
public: HRESULT put_IdealOrbitRadius(
    AgEVAIdealOrbitRadius InVal
);
[Java]
public AgEVAIdealOrbitRadius getIdealOrbitRadius();
public void setIdealOrbitRadius(
    AgEVAIdealOrbitRadius
);
[Python - STK API ]
@property
def IdealOrbitRadius(self) -> "AgEVAIdealOrbitRadius":

@IdealOrbitRadius.setter
def IdealOrbitRadius(self, InVal:"AgEVAIdealOrbitRadius") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.