AGI STK Objects 11 Send comments on this topic.
ConvertTo Method (IAgLLAPosition)
See Also 
Type





Description

Changes the position representation.

Syntax

[Visual Basic .NET]
Public Function ConvertTo( _
   ByVal Type As AgELLAPositionType _
) As IAgLLAPosition

[C#]
public IAgLLAPosition ConvertTo(
AgELLAPositionType Type
);

[Managed C++]
public: IAgLLAPosition^ ConvertTo(
AgELLAPositionType Type
);

[Java]
public IAgLLAPosition convertTo(
AgELLAPositionType Type
);

[Unmanaged C++]
public: HRESULT ConvertTo(
AgELLAPositionType Type,
IAgLLAPosition ** ReturnValue
);

Parameters

Type
Member Value Description
eLLAPosUnknown -1 Unknown position type.
eLLAPosGeocentric 0 Geocentric position type.
eLLAPosGeodetic 1 Geodetic position type.

Return Type

IAgLLAPosition type.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1