Changes the position representation.
| [Visual Basic .NET] |
|---|
Public Function ConvertTo( _
ByVal Type As AgELLAPositionType _
) As IAgLLAPosition
|
| [C#] |
|---|
public IAgLLAPosition ConvertTo(
|
| [Managed C++] |
|---|
public: IAgLLAPosition^ ConvertTo(
|
| [Java] |
|---|
public IAgLLAPosition convertTo(
|
| [Unmanaged C++] |
|---|
public: HRESULT ConvertTo(
|
- Type
-
Member Value Description eLLAPosUnknown -1 Unknown position type. eLLAPosGeocentric 0 Geocentric position type. eLLAPosGeodetic 1 Geodetic position type.
IAgLLAPosition type.