Creates an IAgPosition interface with earth as its central body.
[Visual Basic .NET] |
---|
Public Function NewPositionOnEarth() As IAgPosition |
[C#] |
---|
public IAgPosition NewPositionOnEarth(); |
[Managed C++] |
---|
public: IAgPosition ^ NewPositionOnEarth(); |
[Unmanaged C++] |
---|
public: HRESULT NewPositionOnEarth( IAgPosition ** ppRetVal ); |
[Java] |
---|
public IAgPosition newPositionOnEarth(); |
[Python - STK API ] |
---|
def NewPositionOnEarth(self) -> "IAgPosition": |