STK AviatorSend comments on this topic.
SetPosition Method (IAgAvtrFuelTankInternal)
See Also
X
Y
Z
Windows





Windows & Linux

Description

Set the fuel tank's parent relative position.

Syntax

[Visual Basic .NET]
Public Sub SetPosition( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
)
[C#]
public void SetPosition(
    double X,
    double Y,
    double Z
);
[Managed C++]
public: void SetPosition(
    double X,
    double Y,
    double Z
);
[Unmanaged C++]
public: HRESULT SetPosition(
    double X,
    double Y,
    double Z
);
[Java]
public void setPosition(
    double X,
    double Y,
    double Z
);
[Python - STK API ]
def SetPosition(self, X:float, Y:float, Z:float) -> None:

Parameters

X
Y
Z

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.