The Z component of the position vector.
Read-only property
[Visual Basic .NET] |
---|
Public Property PosZ() As Double |
[C#] |
---|
public double PosZ {get;} |
[Managed C++] |
---|
public: __property double get_PosZ(); |
[Unmanaged C++] |
---|
public: HRESULT get_PosZ( double * pVal ); |
[Java] |
---|
public double getPosZ(); |
[Python - STK API] |
---|
@property def PosZ(self) -> float: |