STK Vector Geometry ToolSend comments on this topic.
FindInAxesWithRate Method (IAgCrdnPlane)
See Also
Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
Axes
Specify a reference axes.
Windows





Windows & Linux

Description

Computes the plane's axes vectors and their rates in a specified reference axes.

Syntax

[Visual Basic .NET]
Public Function FindInAxesWithRate( _
    ByVal Epoch As System.Object, _
    ByVal Axes As IAgCrdnAxes _
) As IAgCrdnPlaneFindInAxesWithRateResult
[C#]
public IAgCrdnPlaneFindInAxesWithRateResult FindInAxesWithRate(
    System.Object Epoch,
    IAgCrdnAxes Axes
);
[Managed C++]
public: IAgCrdnPlaneFindInAxesWithRateResult^ FindInAxesWithRate(
    VARIANT Epoch,
    IAgCrdnAxes ^ Axes
);
[Unmanaged C++]
public: HRESULT FindInAxesWithRate(
    VARIANT Epoch,
    IAgCrdnAxes * Axes,
    IAgCrdnPlaneFindInAxesWithRateResult ** ppRetVal
);
[Java]
public IAgCrdnPlaneFindInAxesWithRateResult findInAxesWithRate(
    AgVariant Epoch,
    IAgCrdnAxes Axes
);
[Python - STK API ]
def FindInAxesWithRate(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnPlaneFindInAxesWithRateResult":

Parameters

Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
Axes
Specify a reference axes.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.