STK Vector Geometry ToolSend comments on this topic.
FindCoordinates Method (IAgCrdnAngle)
See Also
Epoch
Axes
Windows






Windows & Linux

Description

Finds the angle value and three vectors that define the angle in a specified input axes.

Syntax

[Visual Basic .NET]
Public Function FindCoordinates( _
    ByVal Epoch As System.Object, _
    ByVal Axes As IAgCrdnAxes _
) As 
[C#]
public IAgCrdnAngleFindResult FindCoordinates(
    System.Object Epoch,
    IAgCrdnAxes Axes
);
[Managed C++]
public: IAgCrdnAngleFindResult^ FindCoordinates(
    VARIANT Epoch,
    IAgCrdnAxes ^ Axes
);
[Java]
public IAgCrdnAngleFindResult findCoordinates(
    VARIANT Epoch,
    IAgCrdnAxes Axes
);
[Unmanaged C++]
public: HRESULT FindCoordinates(
    VARIANT Epoch,
    IAgCrdnAxes * Axes,
    IAgCrdnAngleFindResult ** ppRetVal
);

Parameters

Epoch
Axes

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.