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






Windows & Linux

Description

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

Syntax

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

Parameters

Epoch
Axes

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.