AGI STK Objects 11 Send comments on this topic.
Direction Property (IAgAccessCnstrGroundTrack)
See Also 





Description

Ground track direction

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Direction() As AgECnstrGroundTrack

[C#]
public AgECnstrGroundTrack Direction {get; set;}

[Managed C++]
public: __property AgECnstrGroundTrack get_Direction();
public: __property void set_Direction(
AgECnstrGroundTrack
);

[Unmanaged C++]
public: HRESULT get_Direction(
AgECnstrGroundTrack * pRetVal
);
public: HRESULT put_Direction(
AgECnstrGroundTrack NewDirection
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1