STK ObjectsSend comments on this topic.
Location Property (IAgOrbitStateClassical)
See Also
Windows





Windows & Linux

Description

The location of the spacecraft in the orbit at epoch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Location() As IAgClassicalLocation
[C#]
public IAgClassicalLocation Location {get;}
[Managed C++]
public: __property IAgClassicalLocation ^ get_Location();
[Unmanaged C++]
public: HRESULT get_Location(
    IAgClassicalLocation ** ppVal
);
[Java]
public IAgClassicalLocation getLocation();
[Python - STK API ]
@property
def Location(self) -> "IAgClassicalLocation":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.