STK AgAccessConstraintPluginSend 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.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Position(
    AgEUtFrame Frame,
    double * X,
    double * Y,
    double * Z
);

Parameters

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.