Specify a trajectory point.
Read-only property
[Visual Basic .NET] |
---|
Public Property Trajectory() As IAgCrdnPointRefTo |
[C#] |
---|
public IAgCrdnPointRefTo Trajectory {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPointRefTo ^ get_Trajectory(); |
[Unmanaged C++] |
---|
public: HRESULT get_Trajectory( IAgCrdnPointRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPointRefTo getTrajectory(); |
[Python - STK API ] |
---|
@property def Trajectory(self) -> "IAgCrdnPointRefTo": |