AGI STK Util 11 Send comments on this topic.
QueryCartesian Method (IAgPosition)
See Also 
X
The X value.
Y
The Y value.
Z
The Z value.





Description

Helper method to get the position using the Cartesian representation

Syntax

[Visual Basic .NET]
Public Sub QueryCartesian( _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) 

[C#]
public void QueryCartesian(
ref double X,
ref double Y,
ref double Z
);

[Managed C++]
public: void QueryCartesian(
double ^ X,
double ^ Y,
double ^ Z
);

[Java]
public  queryCartesian(
double X,
double Y,
double Z
);

[Unmanaged C++]
public: HRESULT QueryCartesian(
double * X,
double * Y,
double * Z
);

Parameters

X
The X value.
Y
The Y value.
Z
The Z value.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1