STK AstrogatorSend comments on this topic.
PosX Property (IAgVAManeuverOptimalFiniteSteeringNodeElement)
See Also
Windows





Windows & Linux

Description

Get the X component of the position vector.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PosX() As Double
[C#]
public double PosX {get;}
[Managed C++]
public: __property double get_PosX();
[Unmanaged C++]
public: HRESULT get_PosX(
    double * pVal
);
[Java]
public double getPosX();
[Python - STK API ]
@property
def PosX(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.