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.
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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface