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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface