STK AstrogatorSend comments on this topic.
LocationSource Property (IAgVAStateCalcCurvilinearRelMotion)
See Also
Windows





Windows & Linux

Description

Selection of the satellite whose location is being reported with respect to the reference ellipse.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocationSource() As AgEVACalcObjectLocationSource
[C#]
public AgEVACalcObjectLocationSource LocationSource {get; set;}
[Managed C++]
public: __property AgEVACalcObjectLocationSource get_LocationSource();
public: __property void set_LocationSource( AgEVACalcObjectLocationSource );
[Unmanaged C++]
public: HRESULT get_LocationSource(
    AgEVACalcObjectLocationSource * pVal
);
public: HRESULT put_LocationSource(
    AgEVACalcObjectLocationSource InVal
);
[Java]
public AgEVACalcObjectLocationSource getLocationSource();
public void setLocationSource(
    AgEVACalcObjectLocationSource
);
[Python - STK API ]
@property
def LocationSource(self) -> "AgEVACalcObjectLocationSource":

@LocationSource.setter
def LocationSource(self, InVal:"AgEVACalcObjectLocationSource") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.