STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT ConvertTo(
    AgELLAPositionType Type,
    IAgLLAPosition ** ppIAgLLAPosition
);
[Java]
public IAgLLAPosition convertTo(
    AgELLAPositionType Type
);
[Python - STK API ]
def ConvertTo(self, Type:"AgELLAPositionType") -> "IAgLLAPosition":

Parameters

Type

Return Type

IAgLLAPosition type.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.