STK AviatorSend comments on this topic.
PositionX Property (IAgAvtrPayloadStation)
See Also
Windows





Windows & Linux

Description

Get the X value of the payload station's parent relative position.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.