Gets or sets the direction of motion (long or short) for the Lambert solution.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property DirectionOfMotion() As AgEVALambertDirectionOfMotionType |
| [C#] |
|---|
public AgEVALambertDirectionOfMotionType DirectionOfMotion {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVALambertDirectionOfMotionType get_DirectionOfMotion(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVALambertDirectionOfMotionType getDirectionOfMotion(); public void setDirectionOfMotion( AgEVALambertDirectionOfMotionType ); |
[Python - STK API ] |
|---|
@property def DirectionOfMotion(self) -> "AgEVALambertDirectionOfMotionType": @DirectionOfMotion.setter def DirectionOfMotion(self, newVal:"AgEVALambertDirectionOfMotionType") -> None: |






