STK AstrogatorSend comments on this topic.
DirectionOfMotion Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the direction of motion (long or short) for the Lambert solution.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DirectionOfMotion() As AgEVALambertDirectionOfMotionType
[C#]
public AgEVALambertDirectionOfMotionType DirectionOfMotion {get; set;}
[Managed C++]
public: __property AgEVALambertDirectionOfMotionType get_DirectionOfMotion();
public: __property void set_DirectionOfMotion( AgEVALambertDirectionOfMotionType );
[Unmanaged C++]
public: HRESULT get_DirectionOfMotion(
    AgEVALambertDirectionOfMotionType * pVal
);
public: HRESULT put_DirectionOfMotion(
    AgEVALambertDirectionOfMotionType newVal
);
[Java]
public AgEVALambertDirectionOfMotionType getDirectionOfMotion();
public void setDirectionOfMotion(
    AgEVALambertDirectionOfMotionType
);
[Python - STK API ]
@property
def DirectionOfMotion(self) -> "AgEVALambertDirectionOfMotionType":

@DirectionOfMotion.setter
def DirectionOfMotion(self, newVal:"AgEVALambertDirectionOfMotionType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.