STK UtilSend comments on this topic.
ConvertTo Method (IAgPosition)
See Also
Type
The type to convert to.
Windows






Windows & Linux

Description

Changes the position coordinates to type specified.

Syntax

[Visual Basic .NET]
Public Function ConvertTo( _
    ByVal Type As AgEPositionType _
) As 
[C#]
public IAgPosition ConvertTo(
    AgEPositionType Type
);
[Managed C++]
public: IAgPosition^ ConvertTo(
    AgEPositionType Type
);
[Java]
public IAgPosition convertTo(
    AgEPositionType Type
);
[Unmanaged C++]
public: HRESULT ConvertTo(
    AgEPositionType Type,
    IAgPosition ** ppIAgPosition
);

Parameters

Type
The type to convert to.

Return Type

IAgPosition Type

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.