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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.