Terminating point on the central body ellipsoid (or projection of point at altitude onto the ellipsoid).
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Point2() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint Point2 {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_Point2(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getPoint2(); public void setPoint2( IAgCrdnPoint ); |
| [Python - STK API] |
|---|
@property def Point2(self) -> "IAgCrdnPoint": @Point2.setter def Point2(self, Point2:"IAgCrdnPoint") -> None: |





