Get the point for which orbital parameters are computed.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property OrbitingPoint() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint OrbitingPoint {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_OrbitingPoint(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getOrbitingPoint(); public void setOrbitingPoint( IAgCrdnPoint ); |
| [Python - STK API] |
|---|
@property def OrbitingPoint(self) -> "IAgCrdnPoint": @OrbitingPoint.setter def OrbitingPoint(self, OrbitingPoint:"IAgCrdnPoint") -> None: |





