AGI STK VGT 11Send comments on this topic.
FindCoordinates Method (IAgCrdnAngle)
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 an input 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 IAgCrdnAngleFindResult
[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 ** 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 an input axes.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.