Get the point for which trajectory representations are computed.
Read-write property
[Visual Basic .NET] |
---|
Public Property Point() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint Point {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint ^ get_Point(); |
[Unmanaged C++] |
---|
public: HRESULT get_Point( IAgCrdnPoint ** ppRetVal ); public: HRESULT put_Point( IAgCrdnPoint Point ); |
[Java] |
---|
public IAgCrdnPoint getPoint(); public void setPoint( IAgCrdnPoint ); |
[Python - STK API ] |
---|
@property def Point(self) -> "IAgCrdnPoint": @Point.setter def Point(self, Point:"IAgCrdnPoint") -> None: |