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





Description

Helper method to assign the position using the Cartesian representation

Syntax

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

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

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

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

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

Parameters

X
The X Coordinate.
Y
The Y Coordinate.
Z
The Z Coordinate.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1