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






Windows & Linux

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
MemberValueDescription
eLLAPosUnknown-1Unknown position type.
eLLAPosGeocentric0Geocentric position type.
eLLAPosGeodetic1Geodetic position type.

Return Type

IAgLLAPosition type.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.