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





Windows & Linux

Description

The element used for specifying spacecraft location in the orbit at epoch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocationType() As AgEClassicalLocation
[C#]
public AgEClassicalLocation LocationType {get; set;}
[Managed C++]
public: __property AgEClassicalLocation get_LocationType();
public: __property void set_LocationType( AgEClassicalLocation );
[Unmanaged C++]
public: HRESULT get_LocationType(
    AgEClassicalLocation * pVal
);
public: HRESULT put_LocationType(
    AgEClassicalLocation vLocation
);
[Java]
public AgEClassicalLocation getLocationType();
public void setLocationType(
    AgEClassicalLocation
);
[Python - STK API ]
@property
def LocationType(self) -> "AgEClassicalLocation":

@LocationType.setter
def LocationType(self, vLocation:"AgEClassicalLocation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.