AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Position Method (IAgAccessConstraintPluginObjectData)
See Also 
Frame
Requested frame to express the results
X
The X-component of position in the requested frame
Y
The Y-component of position in the requested frame
Z
The Z-component of position in the requested frame





Description

The object position in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[Visual Basic .NET]
Public Sub Position( _
   ByVal Frame As AgEUtFrame, _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) 

[C#]
public void Position(
AgEUtFrame Frame,
ref double X,
ref double Y,
ref double Z
);

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

[Java]
public  position(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

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

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame to express the results
X
The X-component of position in the requested frame
Y
The Y-component of position in the requested frame
Z
The Z-component of position in the requested frame

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1