AGI STK VGT 11 Send comments on this topic.
FindInAxes 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 the reference axes.





Description

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

Syntax

[Visual Basic .NET]
Public Function FindInAxes( _
   ByVal Epoch As System.Object, _
   ByVal Axes As IAgCrdnAxes _
) As IAgCrdnPlaneFindInAxesResult

[C#]
public IAgCrdnPlaneFindInAxesResult FindInAxes(
System.Object Epoch,
IAgCrdnAxes Axes
);

[Managed C++]
public: IAgCrdnPlaneFindInAxesResult^ FindInAxes(
VARIANT Epoch,
IAgCrdnAxes ^ Axes
);

[Java]
public IAgCrdnPlaneFindInAxesResult findInAxes(
Variant Epoch,
IAgCrdnAxes Axes
);

[Unmanaged C++]
public: HRESULT FindInAxes(
VARIANT Epoch,
IAgCrdnAxes * Axes,
IAgCrdnPlaneFindInAxesResult ** ReturnValue
);

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 the reference axes.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1