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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1