Trajectory point.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property TrajectoryPoint() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint TrajectoryPoint {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_TrajectoryPoint(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getTrajectoryPoint(); public void setTrajectoryPoint( IAgCrdnPoint ); |
[Python - STK API ] |
|---|
@property def TrajectoryPoint(self) -> "IAgCrdnPoint": @TrajectoryPoint.setter def TrajectoryPoint(self, TrajectoryPoint:"IAgCrdnPoint") -> None: |






