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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.