AGI STK Util 11 Send comments on this topic.
Get Method (IAgCartesian3Vector)
See Also 
X
Y
Z





Description

Returns cartesian vector

Syntax

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

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

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

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

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

Parameters

X
Y
Z

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1