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 IAgPosition
[C#]
public IAgPosition ConvertTo(
    AgEPositionType Type
);
[Managed C++]
public: IAgPosition^ ConvertTo(
    AgEPositionType Type
);
[Unmanaged C++]
public: HRESULT ConvertTo(
    AgEPositionType Type,
    IAgPosition ** ppIAgPosition
);
[Java]
public IAgPosition convertTo(
    AgEPositionType Type
);
[Python - STK API ]
def ConvertTo(self, Type:"AgEPositionType") -> "IAgPosition":

Parameters

Type
The type to convert to.

Return Type

IAgPosition Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.