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






Windows & Linux

Description

Computes the vector and its rate in the specified axes.

Syntax

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

Parameters

Epoch
Axes

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.