STK AstrogatorSend comments on this topic.
Direction Property (IAgVAStateCalcRelGroundTrackError)
See Also
Windows





Windows & Linux

Description

Gets or sets the direction to search for the desired value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Direction() As AgEVACalcObjectDirection
[C#]
public AgEVACalcObjectDirection Direction {get; set;}
[Managed C++]
public: __property AgEVACalcObjectDirection get_Direction();
public: __property void set_Direction( AgEVACalcObjectDirection );
[Unmanaged C++]
public: HRESULT get_Direction(
    AgEVACalcObjectDirection * pVal
);
public: HRESULT put_Direction(
    AgEVACalcObjectDirection InVal
);
[Java]
public AgEVACalcObjectDirection getDirection();
public void setDirection(
    AgEVACalcObjectDirection
);
[Python - STK API ]
@property
def Direction(self) -> "AgEVACalcObjectDirection":

@Direction.setter
def Direction(self, InVal:"AgEVACalcObjectDirection") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.