AGI STK Astrogator 11 Send comments on this topic.
Direction Property (IAgVAStateCalcRelGroundTrackError)
See Also 
Windows






Windows & Linux

Description

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 * pRetVal
);
public: HRESULT put_Direction(
AgEVACalcObjectDirection NewDirection
);

[Java]
public AgEVACalcObjectDirection getDirection();public void setDirection(
AgEVACalcObjectDirection
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface