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