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++] |
---|
public: HRESULT get_Point2( IAgCrdnPoint ** ppRetVal ); public: HRESULT put_Point2( IAgCrdnPoint Point2 ); |
[Java] |
---|
public IAgCrdnPoint getPoint2(); public void setPoint2( IAgCrdnPoint ); |
[Python - STK API ] |
---|
@property def Point2(self) -> "IAgCrdnPoint": @Point2.setter def Point2(self, Point2:"IAgCrdnPoint") -> None: |