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






Windows & Linux

Description

Method to changes the direction to the type specified.

Syntax

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

Parameters

Type

Return Type

IAgDirection type.

Remarks

Converts to the specified enumeration type. i.e. eDirEuler converts to Euler direction and returns an IAgDirectionEuler interface.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.